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

#364 build_model refs replaced

Merged
Ghost merged 1 commits into Deci-AI:master from deci-ai:hotfix/SG-000_remove_build_model
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
  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. sync_bn: 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. model_checkpoints_location: local
  21. ckpt_root_dir:
  22. multi_gpu: DDP
Discard
Tip!

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