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 integration 3LC with PyTorch Lightning. |
|
Utilities for integrating 3LC with Hugging Face. |
Package Contents¶
Data¶
Data |
Description |
---|---|
TLCTrainer is deprecated. Please use tlc.integration.hugging_face.Trainer instead. |
|
Using or importing the |
API¶
- tlc.integration.TLCTrainer = None¶
TLCTrainer is deprecated. Please use tlc.integration.hugging_face.Trainer instead.
- tlc.integration.Trainer = None¶
Using or importing the
Trainer
class from the top-leveltlc
module is deprecated. Import theTrainer
from thetlc.integration.hugging_face
module instead. E.g.from tlc.integration.hugging_face import Trainer