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

sweep.yaml 568 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
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
  1. program: scripts/train.py
  2. method: bayes
  3. command:
  4. - ${env}
  5. - ${interpreter}
  6. - ${program}
  7. - ${args_no_hyphens}
  8. metric:
  9. name: val/total_loss
  10. goal: minimize
  11. parameters:
  12. train.learning_rate:
  13. distribution: log_uniform
  14. min: -11
  15. max: -6
  16. model.network_conf.architecture:
  17. distribution: categorical
  18. values:
  19. - "unet"
  20. - "unetplusplus"
  21. model.network_conf.encoder_name:
  22. distribution: categorical
  23. values:
  24. - "resnet34"
  25. - "resnet50"
  26. - "efficientnet-b5"
  27. - "efficientnet-b6"
  28. - "efficientnet-b7"
Tip!

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

Comments

Loading...