Skip to content

Instantly share code, notes, and snippets.

@sgodfrey66
Created June 16, 2020 17:25
Show Gist options
  • Save sgodfrey66/fb70af5b8f449aa5f04403dade453b85 to your computer and use it in GitHub Desktop.
Save sgodfrey66/fb70af5b8f449aa5f04403dade453b85 to your computer and use it in GitHub Desktop.
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