Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c47f4fe commit ae4aaa1Copy full SHA for ae4aaa1
22_Image_Captioning.ipynb
@@ -70,6 +70,7 @@
70
"import matplotlib.pyplot as plt\n",
71
"import tensorflow as tf\n",
72
"import numpy as np\n",
73
+ "import sys\n",
74
"import os\n",
75
"from PIL import Image\n",
76
"from cache import cache"
@@ -1390,7 +1391,7 @@
1390
1391
"metadata": {},
1392
"outputs": [],
1393
"source": [
- "batch_size = 1024"
1394
+ "batch_size = 512"
1395
]
1396
},
1397
{
@@ -2452,7 +2453,7 @@
2452
2453
"name": "python",
2454
"nbconvert_exporter": "python",
2455
"pygments_lexer": "ipython3",
- "version": "3.6.1"
2456
+ "version": "3.6.6"
2457
}
2458
2459
"nbformat": 4,
0 commit comments