tlc.integration¶
The tlc.integration module contains integration with optional/3rd party dependencies.
Some of these integrations might require additional dependencies.
Modules and Packages¶
Module |
Description |
|---|---|
Utilities for integrating 3LC with Detectron2. |
|
Utilities for integrating 3LC with Hugging Face. |
|
Utilities for integration 3LC with PyTorch Lightning. |
|
Datasets and callbacks facilitating the integration of 3LC with SuperGradients. |
Package Contents¶
Data¶
Data |
Description |
|---|---|
TLCTrainer is deprecated. Please use tlc.integration.hugging_face.Trainer instead. |
|
Using or importing the |
|
Using or importing the |
API¶
- TLCTrainer = None¶
TLCTrainer is deprecated. Please use tlc.integration.hugging_face.Trainer instead.
- Trainer = None¶
Using or importing the
Trainerclass from the top-leveltlcmodule is deprecated. Import theTrainerfrom thetlc.integration.hugging_facemodule instead. E.g.from tlc.integration.hugging_face import Trainer
- lightning_module = None¶
Using or importing the
lightning_moduledecorator from the top-leveltlcmodule is deprecated. Import thelightning_modulefrom thetlc.integration.pytorch_lightningmodule instead. E.g.from tlc.integration.pytorch_lightning import lightning_module