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

detectron2

Utilities for integrating 3LC with Detectron2.

pytorch_lightning

Utilities for integration 3LC with PyTorch Lightning.

hugging_face

Utilities for integrating 3LC with Hugging Face.

Package Contents

Data

Data

Description

TLCTrainer

TLCTrainer is deprecated. Please use tlc.integration.hugging_face.Trainer instead.

Trainer

Using or importing the Trainer class from the top-level tlc module is deprecated. Import the Trainer from the tlc.integration.hugging_face module instead. E.g. from tlc.integration.hugging_face import Trainer

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-level tlc module is deprecated. Import the Trainer from the tlc.integration.hugging_face module instead. E.g. from tlc.integration.hugging_face import Trainer