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
45
46
47
48
49
50
  1. defaults:
  2. - default_train_params
  3. max_epochs: 300
  4. lr_mode: cosine
  5. cosine_final_lr_ratio: 0.05
  6. lr_warmup_epochs: 5
  7. lr_cooldown_epochs: 15
  8. initial_lr: 0.02
  9. zero_weight_decay_on_bias_and_bn: True
  10. batch_accumulate: 1
  11. save_ckpt_epoch_list: [285]
  12. loss: yolox_loss
  13. criterion_params:
  14. strides: [8, 16, 32] # output strides of all yolo outputs
  15. num_classes: 80
  16. optimizer: SGD
  17. optimizer_params:
  18. momentum: 0.9
  19. weight_decay: 0.0005
  20. nesterov: True
  21. ema: True
  22. mixed_precision: True
  23. valid_metrics_list:
  24. - DetectionMetrics:
  25. normalize_targets: True
  26. post_prediction_callback:
  27. _target_: super_gradients.training.models.detection_models.yolo_base.YoloPostPredictionCallback
  28. iou: 0.65
  29. conf: 0.01
  30. num_cls: 80
  31. pre_prediction_callback:
  32. phase_callbacks:
  33. - YoloXTrainingStageSwitchCallback:
  34. next_stage_start_epoch: 285
  35. metric_to_watch: 'mAP@0.50:0.95'
  36. greater_metric_to_watch_is_better: True
  37. _convert_: all
Discard
Tip!

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