Created
June 16, 2020 17:25
-
-
Save sgodfrey66/fb70af5b8f449aa5f04403dade453b85 to your computer and use it in GitHub Desktop.
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
history=model.fit(x=ds.train_ds_modeling, | |
y=None, | |
batch_size=None, | |
verbose=1, | |
validation_split=0.0, | |
epochs=epochs, | |
validation_data=ds.test_ds_modeling, | |
callbacks=callbacks) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment