Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

alexnet_solver.prototxt 290 B
Raw

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
  1. net: "<path_to_network.prototxt>"
  2. type: "SGD"
  3. test_iter: <test_iter>
  4. test_interval: 100
  5. base_lr: 0.001
  6. lr_policy: "step"
  7. stepsize: 2500
  8. gamma: 0.5
  9. display: 100
  10. max_iter: 10000
  11. momentum: 0.9
  12. snapshot: 10000
  13. snapshot_prefix: "<path_snapshots>"
  14. clip_gradients: 5
  15. solver_mode: GPU
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...