Skip to content

Instantly share code, notes, and snippets.

@javaeeeee
Created July 5, 2021 20:46
Show Gist options
  • Save javaeeeee/42333b462ca24f17cfef81ff03b74e07 to your computer and use it in GitHub Desktop.
Save javaeeeee/42333b462ca24f17cfef81ff03b74e07 to your computer and use it in GitHub Desktop.
Compile Tensorflow Model
model.compile(Adam(learning_rate=1e-4),
loss='binary_crossentropy',
metrics=['binary_accuracy'])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment