Skip to content

Instantly share code, notes, and snippets.

@ajinkyajawale14499
Created July 8, 2019 19:51
Show Gist options
  • Select an option

  • Save ajinkyajawale14499/6e4591da81687075af196e2ea9929933 to your computer and use it in GitHub Desktop.

Select an option

Save ajinkyajawale14499/6e4591da81687075af196e2ea9929933 to your computer and use it in GitHub Desktop.
epochs = 10
history = model.fit(train_generator,
epochs=epochs,
validation_data=val_generator)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment