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

#604 fix master installation

Merged
Ghost merged 1 commits into Deci-AI:master from deci-ai:feature/SG-000_fix_master_inastallation
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
34
35
36
37
38
39
40
41
42
43
44
  1. defaults:
  2. - default_train_params
  3. max_epochs: 800
  4. lr_mode: poly
  5. initial_lr: 0.01 # for effective batch_size=32
  6. lr_warmup_epochs: 10
  7. multiply_head_lr: 10.
  8. optimizer: SGD
  9. optimizer_params:
  10. momentum: 0.9
  11. weight_decay: 5e-4
  12. ema: True
  13. ema_params:
  14. decay: 0.9999
  15. beta: 15
  16. exp_activation: True
  17. train_metrics_list:
  18. - PixelAccuracy:
  19. ignore_label: 19
  20. - IoU:
  21. num_classes: 20
  22. ignore_index: 19
  23. valid_metrics_list:
  24. - PixelAccuracy:
  25. ignore_label: 19
  26. - IoU:
  27. num_classes: 20
  28. ignore_index: 19
  29. zero_weight_decay_on_bias_and_bn: True
  30. average_best_models: True
  31. mixed_precision: False
  32. metric_to_watch: IoU
  33. greater_metric_to_watch_is_better: True
  34. _convert_: all
Discard
Tip!

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