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

#875 Feature/sg 761 yolo nas

Merged
Ghost merged 1 commits into Deci-AI:master from deci-ai:feature/SG-761-yolo-nas
1
2
3
4
5
6
7
8
9
  1. from super_gradients.common.abstractions.abstract_logger import get_logger
  2. logger = get_logger(__name__)
  3. try:
  4. from super_gradients.training.utils.quantization.core import _inject_class_methods_to_default_quant_types
  5. _inject_class_methods_to_default_quant_types()
  6. except (ImportError, NameError, ModuleNotFoundError):
  7. logger.warning("Failed to import pytorch_quantization")
Discard
Tip!

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