torchsight.trainers module

Initialize the package.

Import directly to perform more beautiful imports.

See: http://mikegrouchy.com/blog/2012/05/be-pythonic-__init__py.html

Source code
"""Initialize the package.

Import directly to perform more beautiful imports.

See:
http://mikegrouchy.com/blog/2012/05/be-pythonic-__init__py.html
"""
from .dlde import DLDENetTrainer, DLDENetWithTrackedMeansTrainer
from .retinanet import RetinaNetTrainer

Sub-modules

torchsight.trainers.dlde

DLDE trainers for the weighted version and for the tracked version.

torchsight.trainers.retinanet

RetinaNet Trainer.

torchsight.trainers.trainer

Abstract trainer module …