Skip to content

Instantly share code, notes, and snippets.

@negedng
Created October 18, 2020 20:50
Show Gist options
  • Select an option

  • Save negedng/58204902988f0b0795c72730e3255664 to your computer and use it in GitHub Desktop.

Select an option

Save negedng/58204902988f0b0795c72730e3255664 to your computer and use it in GitHub Desktop.
model = get_model()
model.compile("adam", "binary_crossentropy", metrics=["accuracy"])
model.fit(ds1_train, epochs=3, validation_data=ds1_val)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment