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_checkpoint_params.yaml 529 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
  1. load_checkpoint: False # whether to load checkpoint
  2. load_backbone: False # whether to load only backbone part of checkpoint
  3. external_checkpoint_path: # checkpoint path that is not located in super_gradients/checkpoints
  4. source_ckpt_folder_name: # dirname for checkpoint loading
  5. strict_load: # key matching strictness for loading checkpoint's weights
  6. _target_: super_gradients.training.sg_trainer.StrictLoad
  7. value: True
  8. pretrained_weights: # a string describing the dataset of the pretrained weights (for example "imagenent").
Tip!

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

Comments

Loading...