Skip to content

Instantly share code, notes, and snippets.

@emilwallner
Created September 24, 2017 12:40
Show Gist options
  • Save emilwallner/fa45aceb498d8c298c06502471d50aed to your computer and use it in GitHub Desktop.
Save emilwallner/fa45aceb498d8c298c06502471d50aed to your computer and use it in GitHub Desktop.
#Large learning rate
network = regression(network,
optimizer='adam',
loss='categorical_crossentropy',
learning_rate=0.01)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment