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

#875 Feature/sg 761 yolo nas

Merged
Ghost merged 1 commits into Deci-AI:master from deci-ai:feature/SG-761-yolo-nas
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
31
32
33
  1. defaults:
  2. - default_train_params
  3. max_epochs: 100
  4. lr_mode: cosine
  5. cosine_final_lr_ratio: 0.01
  6. initial_lr: 0.1
  7. lr_warmup_epochs: 0
  8. multiply_head_lr: 1.
  9. optimizer: SGD
  10. optimizer_params:
  11. momentum: 0.9
  12. weight_decay: 5e-4
  13. ema: True
  14. ema_params:
  15. decay: 0.999
  16. decay_type: exp
  17. beta: 15
  18. train_metrics_list:
  19. - BinaryIOU
  20. valid_metrics_list:
  21. - BinaryIOU
  22. zero_weight_decay_on_bias_and_bn: True
  23. average_best_models: True
  24. mixed_precision: False
  25. metric_to_watch: target_IOU
  26. greater_metric_to_watch_is_better: True
Discard
Tip!

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