Guest User

Solver

a guest
Jun 21st, 2020
260
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.44 KB | None | 0 0
  1. snapshot_prefix: "C:/Users/apple/models/aaa/_iter"
  2. net: "C:/Users/apple/models/100t.prototxt"
  3. display: 1
  4. solver_mode: GPU
  5. type: "RMSProp" #Works best, in my opinion.
  6. base_lr: 0.000099
  7. lr_policy: "fixed"
  8. gamma: 0.9
  9. stepsize: 5000
  10. max_iter: 400000
  11. #momentum: 0.75
  12. #weight_decay: .6
  13. snapshot: 10000
  14. #clip_gradients: .5
  15.  
  16. #If loss doesn't seem to go down; wait until 50,000 iterations and check visual results (feeding an image into the net)
Advertisement
Add Comment
Please, Sign In to add comment