Skip to content

Commit

Permalink
Fix usage
Browse files Browse the repository at this point in the history
  • Loading branch information
4uiiurz1 committed Apr 19, 2019
1 parent 21b70c6 commit 877ea00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ model.fit([x_train, y_train],
batch_size=batch_size,
epochs=epochs,
verbose=1,
validation_data=(x_test, y_test),
validation_data=([x_test, y_test], y_test),
callbacks=[ModelCheckpoint('model.hdf5',
verbose=1, save_best_only=True)])
```
Expand Down

0 comments on commit 877ea00

Please sign in to comment.