Skip to content

Instantly share code, notes, and snippets.

@joelouismarino
Created July 30, 2017 03:59
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/23e6066aad4492701af172fe1a35d286 to your computer and use it in GitHub Desktop.
Save joelouismarino/23e6066aad4492701af172fe1a35d286 to your computer and use it in GitHub Desktop.
pool1_3x3_s2 = MaxPooling2D(pool_size=(3, 3), strides=(2, 2), border_mode='valid', name='pool1/3x3_s2')(conv1_7x7_s2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment