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

#274 Remove all elasticsearch references

Merged
GitHub User merged 1 commits into Deci-AI:master from deci-ai:feature/LAB-0000_remove_elasticsearch_references
1
2
3
4
5
6
7
8
9
10
  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. from super_gradients.training.kd_model import KDModel
  8. __all__ = ['distributed_training_utils', 'datasets_utils', 'DataAugmentation', 'DetectionDataSet', 'TestDatasetInterface',
  9. 'ARCHITECTURES', 'SgModel', 'KDModel', 'MultiGPUMode', 'TestDatasetInterface', 'SegmentationTestDatasetInterface', 'DetectionTestDatasetInterface', 'ClassificationTestDatasetInterface', 'StrictLoad']
Discard
Tip!

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