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

default_arch_params.yaml 472 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
  1. source_ckpt_folder_name: # dirname for checkpoint loading
  2. strict_load: # key matching strictness for loading checkpoint's weights
  3. _target_: super_gradients.training.sg_model.StrictLoad
  4. value: True
  5. sync_bn: False # whether to convert bn to sync.bn
  6. load_checkpoint: False # whether to load checkpoint
  7. load_backbone: False # whether to load only backbone part of checkpoint
  8. external_checkpoint_path: # checkpoint path that is not located in super_gradients/checkpoints
Tip!

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

Comments

Loading...