Skip to content

Instantly share code, notes, and snippets.

@AmrutaKoshe
Created July 4, 2021 10:47
Show Gist options
  • Save AmrutaKoshe/eb527609796fb621a99a195d0ca0c651 to your computer and use it in GitHub Desktop.
Save AmrutaKoshe/eb527609796fb621a99a195d0ca0c651 to your computer and use it in GitHub Desktop.
history = model.fit_generator(train_generator,
validation_data=(testx,testy),
epochs=50,
verbose=2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment