Skip to content

Commit 82b81d2

Browse files
committed
Add missing image from other_libraries
1 parent a2cf77e commit 82b81d2

File tree

2 files changed

+19
-7
lines changed

2 files changed

+19
-7
lines changed

lectures/other_libraries.ipynb

+19-7
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
" batch_size=128)\n",
9494
"score = model.evaluate(X_test, y_test, batch_size=128)\n",
9595
"\n",
96-
"print('\\n\\nAccuracy:', score[1])"
96+
"print('\\n\\nAccuracy:', score[1]);"
9797
]
9898
},
9999
{
@@ -147,7 +147,9 @@
147147
{
148148
"cell_type": "code",
149149
"execution_count": null,
150-
"metadata": {},
150+
"metadata": {
151+
"collapsed": true
152+
},
151153
"outputs": [],
152154
"source": [
153155
"from keras.applications.inception_v3 import InceptionV3, preprocess_input, decode_predictions\n",
@@ -157,7 +159,9 @@
157159
{
158160
"cell_type": "code",
159161
"execution_count": null,
160-
"metadata": {},
162+
"metadata": {
163+
"collapsed": true
164+
},
161165
"outputs": [],
162166
"source": [
163167
"from skimage import transform\n",
@@ -229,7 +233,9 @@
229233
{
230234
"cell_type": "code",
231235
"execution_count": null,
232-
"metadata": {},
236+
"metadata": {
237+
"collapsed": true
238+
},
233239
"outputs": [],
234240
"source": [
235241
"import numpy as np\n",
@@ -271,7 +277,9 @@
271277
{
272278
"cell_type": "code",
273279
"execution_count": null,
274-
"metadata": {},
280+
"metadata": {
281+
"collapsed": true
282+
},
275283
"outputs": [],
276284
"source": [
277285
"%load_ext Cython"
@@ -280,7 +288,9 @@
280288
{
281289
"cell_type": "code",
282290
"execution_count": null,
283-
"metadata": {},
291+
"metadata": {
292+
"collapsed": true
293+
},
284294
"outputs": [],
285295
"source": [
286296
"%%cython --name=test9\n",
@@ -307,7 +317,9 @@
307317
{
308318
"cell_type": "code",
309319
"execution_count": null,
310-
"metadata": {},
320+
"metadata": {
321+
"collapsed": true
322+
},
311323
"outputs": [],
312324
"source": [
313325
"from scipy import LowLevelCallable, ndimage\n",

neuralnetworks.png

703 KB
Loading

0 commit comments

Comments
 (0)