Skip to content

Instantly share code, notes, and snippets.

@joelouismarino
Created July 30, 2017 03:57
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/1614950a339330bcb2c24f17d56da364 to your computer and use it in GitHub Desktop.
Save joelouismarino/1614950a339330bcb2c24f17d56da364 to your computer and use it in GitHub Desktop.
conv1_7x7_s2 = Convolution2D(64, 7, 7, subsample=(2,2), border_mode='same', activation='relu', name='conv1/7x7_s2')(input)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment