Advertisement
Guest User

Untitled

a guest
Jul 25th, 2017
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. layer {
  2. name: "Scale1"
  3. type: "Scale"
  4. bottom: "BatchNorm1"
  5. top: "BatchNorm1"
  6. scale_param {
  7. filler {
  8. value: 1
  9. }
  10. bias_term: true
  11. bias_filler {
  12. value: 0
  13. }
  14. }
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement