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

#548 Split and rename the modules from super_gradients.common.environment

Merged
Ghost merged 1 commits into Deci-AI:master from deci-ai:hotfix/SG-000-refactor_environment_package
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
  1. from super_gradients.common import init_trainer, is_distributed, object_names
  2. from super_gradients.training import ARCHITECTURES, losses, utils, datasets_utils, DataAugmentation, Trainer, KDTrainer
  3. from super_gradients.examples.train_from_recipe_example import train_from_recipe
  4. from super_gradients.examples.train_from_kd_recipe_example import train_from_kd_recipe
  5. from super_gradients.sanity_check import env_sanity_check
  6. __all__ = [
  7. "ARCHITECTURES",
  8. "losses",
  9. "utils",
  10. "datasets_utils",
  11. "DataAugmentation",
  12. "Trainer",
  13. "KDTrainer",
  14. "object_names",
  15. "init_trainer",
  16. "is_distributed",
  17. "train_from_recipe",
  18. "train_from_kd_recipe",
  19. "env_sanity_check",
  20. ]
  21. env_sanity_check()
Discard
Tip!

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