Skip to content

Instantly share code, notes, and snippets.

@sadimanna
Last active April 11, 2020 11:43
Show Gist options
  • Save sadimanna/2362c19cdb8fc55e7a707b8bcba3ce5e to your computer and use it in GitHub Desktop.
Save sadimanna/2362c19cdb8fc55e7a707b8bcba3ce5e to your computer and use it in GitHub Desktop.
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