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

#396 Trainer constructor cleanup

Merged
Ghost merged 1 commits into Deci-AI:master from deci-ai:feature/SG-266_clean_trainer_ctor
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
  1. defaults:
  2. - default_train_params
  3. max_epochs: 400
  4. initial_lr: 0.1
  5. lr_mode: cosine
  6. lr_warmup_epochs: 5
  7. ema: False
  8. save_ckpt_epoch_list: [ 50, 100, 150, 200, 300 ]
  9. mixed_precision: True
  10. zero_weight_decay_on_bias_and_bn: True
  11. loss: cross_entropy
  12. train_metrics_list: # metrics for evaluation
  13. - Accuracy
  14. - Top5
  15. valid_metrics_list: # metrics for evaluation
  16. - Accuracy
  17. - Top5
  18. metric_to_watch: Accuracy
  19. greater_metric_to_watch_is_better: True
  20. _convert_: all
Discard
Tip!

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