cjxd

upconv-solver.prototxt

May 2nd, 2017
351
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.27 KB | None | 0 0
  1. type: "Adam"
  2. solver_mode: CPU
  3.  
  4. net: "upconv-128.prototxt"
  5.  
  6. test_iter: 100
  7. test_interval: 500
  8.  
  9. lr_policy: "fixed"
  10. base_lr: 0.001
  11. momentum: 0.9
  12. momentum2: 0.999
  13. delta: 1e-6
  14. regularization_type: "L2"
  15.  
  16. display: 100
  17. max_iter: 500000
  18. snapshot: 10000
  19. snapshot_prefix: ""
Advertisement
Add Comment
Please, Sign In to add comment