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/cd0248a8cce6dd23a9c9ef287a2974f0 to your computer and use it in GitHub Desktop.
Save joelouismarino/cd0248a8cce6dd23a9c9ef287a2974f0 to your computer and use it in GitHub Desktop.
conv1_zero_pad = ZeroPadding2D(padding=(1, 1))(conv1_7x7_s2)
pool1_helper = PoolHelper()(conv1_zero_pad)
pool1_3x3_s2 = MaxPooling2D(pool_size=(3, 3), strides=(2, 2), border_mode='valid', name='pool1/3x3_s2')(pool1_helper)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment