Skip to content

Commit ae4aaa1

Browse files
committed
Tiny fix
1 parent c47f4fe commit ae4aaa1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

22_Image_Captioning.ipynb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@
7070
"import matplotlib.pyplot as plt\n",
7171
"import tensorflow as tf\n",
7272
"import numpy as np\n",
73+
"import sys\n",
7374
"import os\n",
7475
"from PIL import Image\n",
7576
"from cache import cache"
@@ -1390,7 +1391,7 @@
13901391
"metadata": {},
13911392
"outputs": [],
13921393
"source": [
1393-
"batch_size = 1024"
1394+
"batch_size = 512"
13941395
]
13951396
},
13961397
{
@@ -2452,7 +2453,7 @@
24522453
"name": "python",
24532454
"nbconvert_exporter": "python",
24542455
"pygments_lexer": "ipython3",
2455-
"version": "3.6.1"
2456+
"version": "3.6.6"
24562457
}
24572458
},
24582459
"nbformat": 4,

0 commit comments

Comments
 (0)