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

#548 Split and rename the modules from super_gradients.common.environment

Merged
Ghost merged 1 commits into Deci-AI:master from deci-ai:hotfix/SG-000-refactor_environment_package
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
  1. # STDC Base training params
  2. defaults:
  3. - training_hyperparams: cityscapes_default_train_params
  4. - dataset_params: cityscapes_dataset_params
  5. - checkpoint_params: default_checkpoint_params
  6. - _self_
  7. train_dataloader: cityscapes_train
  8. val_dataloader: cityscapes_val
  9. data_loader_num_workers: 10
  10. arch_params:
  11. num_classes: 19
  12. use_aux_heads: True
  13. checkpoint_params:
  14. checkpoint_path:
  15. load_backbone: True
  16. load_weights_only: True
  17. strict_load: no_key_matching
  18. architecture: stdc1_seg
  19. experiment_name: ${architecture}_cityscapes
  20. training_hyperparams:
  21. sync_bn: True
  22. ckpt_root_dir:
  23. multi_gpu: DDP
  24. # THE FOLLOWING PARAMS ARE DIRECTLY USED BY HYDRA
  25. hydra:
  26. run:
  27. # Set the output directory (i.e. where .hydra folder that logs all the input params will be generated)
  28. dir: ${hydra_output_dir:${ckpt_root_dir}, ${experiment_name}}
Discard
Tip!

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