Skip to content

Instantly share code, notes, and snippets.

@joelouismarino
Created July 30, 2017 03:58
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/328dbfd8e69b37a32fe3db077b9d1dc7 to your computer and use it in GitHub Desktop.
Save joelouismarino/328dbfd8e69b37a32fe3db077b9d1dc7 to your computer and use it in GitHub Desktop.
layer {
name: "pool1/3x3_s2"
type: "Pooling"
bottom: "conv1/7x7_s2"
top: "pool1/3x3_s2"
pooling_param {
pool: MAX
kernel_size: 3
stride: 2
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment