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

#367 fix: Request correct hydra-core

Merged
Ghost merged 1 commits into Deci-AI:master from deci-ai:hotfix/ALG-000_hydra-req
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
51
  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. loss_logging_items_names: [iou, obj, cls, l1, num_fg, Loss]
  17. optimizer: SGD
  18. optimizer_params:
  19. momentum: 0.9
  20. weight_decay: 0.0005
  21. nesterov: True
  22. ema: True
  23. mixed_precision: True
  24. valid_metrics_list:
  25. - DetectionMetrics:
  26. normalize_targets: True
  27. post_prediction_callback:
  28. _target_: super_gradients.training.models.detection_models.yolo_base.YoloPostPredictionCallback
  29. iou: 0.65
  30. conf: 0.01
  31. num_cls: 80
  32. pre_prediction_callback: DetectionMultiscalePrePredictionCallback
  33. phase_callbacks:
  34. - YoloXTrainingStageSwitchCallback:
  35. next_stage_start_epoch: 285
  36. metric_to_watch: 'mAP@0.50:0.95'
  37. greater_metric_to_watch_is_better: True
  38. _convert_: all
Discard
Tip!

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