Last active
April 11, 2020 11:43
-
-
Save sadimanna/2362c19cdb8fc55e7a707b8bcba3ce5e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
history = model.fit_generator(train_data_gen, | |
steps_per_epoch = TRAIN_STEPS_PER_EPOCH, | |
epochs = 20, | |
callbacks = callbacks_list, | |
validation_data = validation_data_gen, | |
validation_steps=VAL_STEPS_PER_EPOCH) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment