Skip to content

Instantly share code, notes, and snippets.

@joelouismarino
Created July 30, 2017 04:02
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/f5d025ea0a6b315526d5fb0297e3f3a8 to your computer and use it in GitHub Desktop.
Save joelouismarino/f5d025ea0a6b315526d5fb0297e3f3a8 to your computer and use it in GitHub Desktop.
layer {
name: "pool1/norm1"
type: "LRN"
bottom: "pool1/3x3_s2"
top: "pool1/norm1"
lrn_param {
local_size: 5
alpha: 0.0001
beta: 0.75
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment