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

#367 fix: Request correct hydra-core

Merged
Ghost merged 1 commits into Deci-AI:master from deci-ai:hotfix/ALG-000_hydra-req
1
2
3
4
5
6
7
8
9
  1. load_checkpoint: False # whether to load checkpoint
  2. load_backbone: False # whether to load only backbone part of checkpoint
  3. checkpoint_path: # checkpoint path that is located in super_gradients/checkpoints
  4. external_checkpoint_path: # checkpoint path that is not located in super_gradients/checkpoints
  5. source_ckpt_folder_name: # dirname for checkpoint loading
  6. strict_load: # key matching strictness for loading checkpoint's weights
  7. _target_: super_gradients.training.sg_trainer.StrictLoad
  8. value: True
  9. pretrained_weights: # a string describing the dataset of the pretrained weights (for example "imagenent").
Discard
Tip!

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