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

__init__.py 794 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
  1. # PACKAGE IMPORTS FOR EXTERNAL USAGE
  2. import super_gradients.training.utils.distributed_training_utils as distributed_training_utils
  3. from super_gradients.training.datasets import datasets_utils, DataAugmentation, DetectionDataSet, TestDatasetInterface, SegmentationTestDatasetInterface, DetectionTestDatasetInterface, ClassificationTestDatasetInterface
  4. from super_gradients.training.models import ARCHITECTURES
  5. from super_gradients.training.sg_model import SgModel, \
  6. MultiGPUMode, StrictLoad
  7. __all__ = [distributed_training_utils, datasets_utils, DataAugmentation, DetectionDataSet, TestDatasetInterface,
  8. ARCHITECTURES, SgModel, MultiGPUMode, TestDatasetInterface, SegmentationTestDatasetInterface, DetectionTestDatasetInterface, ClassificationTestDatasetInterface, StrictLoad]
Tip!

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

Comments

Loading...