Skip to content

Instantly share code, notes, and snippets.

@joelouismarino
Created July 30, 2017 04:07
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 joelouismarino/c1496bb0a299a19090a516c13e797c62 to your computer and use it in GitHub Desktop.
Save joelouismarino/c1496bb0a299a19090a516c13e797c62 to your computer and use it in GitHub Desktop.
loss3_flat = Flatten()(pool5_7x7_s1)
pool5_drop_7x7_s1 = Dropout(0.4, name='pool5/drop_7x7_s1')(loss3_flat)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment