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

params.yml 218 B

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
  1. seed: 42
  2. data: nyu_depth_v2
  3. batch_size: 4
  4. num_workers: 0
  5. weight_decay: 1e-2
  6. learning_rate: 1e-3
  7. epochs: 50
  8. num_outs: 3
  9. source_dir: src
  10. model_dir: models
  11. architecture: resnet34
  12. loss_func: MSELossFlat
  13. train_metric: rmse
Tip!

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

Comments

Loading...