Skip to content

Commit

Permalink
cnn_history -> history
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiroya Chiba committed Sep 18, 2017
1 parent 51d69a6 commit 2ae4d4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 6.4-sequence-processing-with-convnets.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@
"model.add(layers.Dense(1))\n",
"\n",
"model.compile(optimizer=RMSprop(), loss='mae')\n",
"cnn_history = model.fit_generator(train_gen,\n",
"history = model.fit_generator(train_gen,\n",
" steps_per_epoch=500,\n",
" epochs=20,\n",
" validation_data=val_gen,\n",
Expand Down

0 comments on commit 2ae4d4f

Please sign in to comment.