Skip to content

Instantly share code, notes, and snippets.

@RyanKor
Created September 24, 2021 10:21
Show Gist options
  • Select an option

  • Save RyanKor/9da0cc30cabf792239133c50458ae19b to your computer and use it in GitHub Desktop.

Select an option

Save RyanKor/9da0cc30cabf792239133c50458ae19b to your computer and use it in GitHub Desktop.
history = model.fit(train_generator, epochs=25, steps_per_epoch=10, validation_data = validation_generator, verbose = 1, validation_steps=3)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment