From 09846e1396ac151786d8a1e7e6ed8ac3630c3910 Mon Sep 17 00:00:00 2001 From: Jakub Pokrywka Date: Sun, 29 May 2022 21:35:52 +0200 Subject: [PATCH] 11 final --- cw/11_Model_rekurencyjny_z_atencją.ipynb | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/cw/11_Model_rekurencyjny_z_atencją.ipynb b/cw/11_Model_rekurencyjny_z_atencją.ipynb index efca556..46e0a90 100644 --- a/cw/11_Model_rekurencyjny_z_atencją.ipynb +++ b/cw/11_Model_rekurencyjny_z_atencją.ipynb @@ -732,7 +732,9 @@ { "cell_type": "code", "execution_count": 21, - "metadata": {}, + "metadata": { + "scrolled": true + }, "outputs": [ { "name": "stdout", @@ -784,6 +786,13 @@ "source": [ "evaluateRandomly(encoder1, attn_decoder1)" ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [] } ], "metadata": {