Skip to content

Instantly share code, notes, and snippets.

@zaidalyafeai
Created April 3, 2018 23:19
Show Gist options
  • Save zaidalyafeai/825e08f188da9c34a1ae61fc9ff15812 to your computer and use it in GitHub Desktop.
Save zaidalyafeai/825e08f188da9c34a1ae61fc9ff15812 to your computer and use it in GitHub Desktop.
model.compile({
optimizer: optimizer,
loss: 'categoricalCrossentropy',
metrics: ['accuracy'],
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment