Skip to content

Instantly share code, notes, and snippets.

@kkoehncke
Last active August 12, 2018 20:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kkoehncke/02d8f57f2d0e4017c5688c80786d64cd to your computer and use it in GitHub Desktop.
Save kkoehncke/02d8f57f2d0e4017c5688c80786d64cd to your computer and use it in GitHub Desktop.
x = model.output
x = Dense(64, activation = 'relu')(x)
predictions = Dense(2, activation='sigmoid')(x)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment