Skip to content

Instantly share code, notes, and snippets.

@nbortolotti
Created August 15, 2018 13:26
Show Gist options
  • Save nbortolotti/8c813a0c19bc99147458be28967be6b8 to your computer and use it in GitHub Desktop.
Save nbortolotti/8c813a0c19bc99147458be28967be6b8 to your computer and use it in GitHub Desktop.
[train model]Experience with iris dataset using tf.keras & tensorflow
model.fit(dataset, steps_per_epoch=32, epochs=100, verbose=0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment