Created
August 15, 2018 13:26
-
-
Save nbortolotti/8c813a0c19bc99147458be28967be6b8 to your computer and use it in GitHub Desktop.
[train model]Experience with iris dataset using tf.keras & tensorflow
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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