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

#468 Bug/sg 399 external checkpoints fix

Merged
Ghost merged 1 commits into Deci-AI:master from deci-ai:bug/SG-399_external_checkpoints_fix
1
2
3
4
5
6
7
  1. from super_gradients.training.utils.utils import Timer, HpmStruct, WrappedModel, convert_to_tensor, \
  2. get_param, tensor_container_to_device, random_seed
  3. from super_gradients.training.utils.checkpoint_utils import adapt_state_dict_to_fit_model_layer_names, \
  4. raise_informative_runtime_error
  5. __all__ = ['Timer', 'HpmStruct', 'WrappedModel', 'convert_to_tensor', 'get_param', 'tensor_container_to_device',
  6. 'adapt_state_dict_to_fit_model_layer_names', 'raise_informative_runtime_error', 'random_seed']
Discard
Tip!

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