Guest User

solver

a guest
Apr 5th, 2017
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. net: "/home/ubuntu/gfav/portraitSegment/[EG_code_data]_release/training/model_files/train_portraitFCN.prototxt"
  2. test_iter: 10
  3. # make test net, but don't invoke it from the solver itself
  4. test_interval: 100000000
  5. display: 2
  6. average_loss: 2
  7. lr_policy: "fixed"
  8. #stepsize: 10000
  9. # lr for unnormalized softmax -- see train_val definition
  10. base_lr: 1e-4
  11. # high momentum
  12. momentum: 0.99
  13. # no gradient accumulation
  14. iter_size: 1
  15. max_iter: 800
  16. weight_decay: 0.0005
  17. gamma: 0.1
  18. snapshot: 100
  19. snapshot_prefix: "/home/ubuntu/gfav/portraitSegment/[EG_code_data]_release/training/trained_models/portraitFCN"
  20. test_initialization: false
Add Comment
Please, Sign In to add comment