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

imagenet_repvgg_train_params.yaml 680 B

You have to be logged in to leave a comment. Sign In
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
  1. defaults:
  2. - default_train_params
  3. max_epochs: 120
  4. lr_mode: cosine
  5. initial_lr: 0.1
  6. cosine_final_lr_ratio: 0
  7. loss: cross_entropy
  8. zero_weight_decay_on_bias_and_bn: True
  9. average_best_models: True
  10. loss_logging_items_names: [Loss]
  11. metric_to_watch: Accuracy
  12. greater_metric_to_watch_is_better: True
  13. train_metrics_list: # metrics for evaluation
  14. - _target_: super_gradients.training.metrics.Accuracy
  15. - _target_: super_gradients.training.metrics.Top5
  16. valid_metrics_list: # metrics for evaluation
  17. - _target_: super_gradients.training.metrics.Accuracy
  18. - _target_: super_gradients.training.metrics.Top5
  19. _convert_: all
Tip!

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

Comments

Loading...