Skip to content

Instantly share code, notes, and snippets.

@DoctorLoop
Created October 6, 2020 08:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DoctorLoop/4b10c410a709e0dfd71ace8b004255bc to your computer and use it in GitHub Desktop.
Save DoctorLoop/4b10c410a709e0dfd71ace8b004255bc to your computer and use it in GitHub Desktop.
batch_size = 5
history = model.fit(x=images_,
y=np.array(labels),
epochs=250,
verbose=1,
batch_size=batch_size,
validation_split=0.1,
validation_freq=5)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment