Skip to content

Instantly share code, notes, and snippets.

@joelouismarino
Created July 30, 2017 04:06
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/51d9553e20abe87ffbd788cd0074e900 to your computer and use it in GitHub Desktop.
Save joelouismarino/51d9553e20abe87ffbd788cd0074e900 to your computer and use it in GitHub Desktop.
layer {
name: "pool5/drop_7x7_s1"
type: "Dropout"
bottom: "pool5/7x7_s1"
top: "pool5/7x7_s1"
dropout_param {
dropout_ratio: 0.4
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment