Skip to content

Commit 2ae4d4f

Browse files
author
Hiroya Chiba
committed
cnn_history -> history
1 parent 51d69a6 commit 2ae4d4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

6.4-sequence-processing-with-convnets.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@
417417
"model.add(layers.Dense(1))\n",
418418
"\n",
419419
"model.compile(optimizer=RMSprop(), loss='mae')\n",
420-
"cnn_history = model.fit_generator(train_gen,\n",
420+
"history = model.fit_generator(train_gen,\n",
421421
" steps_per_epoch=500,\n",
422422
" epochs=20,\n",
423423
" validation_data=val_gen,\n",

0 commit comments

Comments
 (0)