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

#378 Feature/sg 281 add kd notebook

Merged
Ghost merged 1 commits into Deci-AI:master from deci-ai:feature/SG-281-add_kd_notebook
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
  1. # flake8: noqa # FIXME: find sol for F403 error (caused by import *), most likely need to import everything by hand
  2. from .sg_module import *
  3. from super_gradients.training.models.classification_models.densenet import *
  4. from super_gradients.training.models.classification_models.dpn import *
  5. from super_gradients.training.models.classification_models.googlenet import *
  6. from super_gradients.training.models.classification_models.lenet import *
  7. from super_gradients.training.models.classification_models.mobilenet import *
  8. from super_gradients.training.models.classification_models.mobilenetv2 import *
  9. from super_gradients.training.models.classification_models.pnasnet import *
  10. from super_gradients.training.models.classification_models.preact_resnet import *
  11. from super_gradients.training.models.classification_models.resnet import *
  12. from super_gradients.training.models.classification_models.resnext import *
  13. from super_gradients.training.models.classification_models.senet import *
  14. from super_gradients.training.models.classification_models.shufflenet import *
  15. from super_gradients.training.models.classification_models.shufflenetv2 import *
  16. from super_gradients.training.models.classification_models.vgg import *
  17. from super_gradients.training.models.classification_models.vit import *
  18. from super_gradients.training.models.segmentation_models.shelfnet import *
  19. from super_gradients.training.models.classification_models.efficientnet import *
  20. from super_gradients.training.models.all_architectures import ARCHITECTURES
  21. from super_gradients.training.models.user_models import *
  22. from super_gradients.training.models.model_factory import get
Discard
Tip!

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