Skip to content

Instantly share code, notes, and snippets.

@joelouismarino
Created July 30, 2017 04:08
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/f18aeed55c35903b0a622b8190d0c037 to your computer and use it in GitHub Desktop.
Save joelouismarino/f18aeed55c35903b0a622b8190d0c037 to your computer and use it in GitHub Desktop.
loss3_classifier = Dense(1000, name='loss3/classifier')(pool5_drop_7x7_s1)
loss3_classifier_act = Activation('softmax', name='prob')(loss3_classifier)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment