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

#481 Feature/alg 287 refactor ssd

Merged
Ghost merged 1 commits into Deci-AI:master from deci-ai:feature/ALG-287_refactor-ssd
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
  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. train_dataloader: cityscapes_train
  7. val_dataloader: cityscapes_val
  8. data_loader_num_workers: 10
  9. arch_params:
  10. num_classes: 19
  11. use_aux_heads: True
  12. checkpoint_params:
  13. checkpoint_path:
  14. load_backbone: True
  15. load_weights_only: True
  16. strict_load: no_key_matching
  17. architecture: stdc1_seg
  18. experiment_name: ${architecture}_cityscapes
  19. training_hyperparams:
  20. sync_bn: True
  21. ckpt_root_dir:
  22. multi_gpu: DDP
  23. # THE FOLLOWING PARAMS ARE DIRECTLY USED BY HYDRA
  24. hydra:
  25. run:
  26. # Set the output directory (i.e. where .hydra folder that logs all the input params will be generated)
  27. 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