ppln

PyTorch runner


License
MIT
Install
pip install ppln==1.0.3

Documentation

PiPeLiNe for training pytorch models

Build Status

Fork of mmcv library with some additional features:

  • WeightedRandomDistributedSampler
  • CheckpointHook
  • ProgressBarLoggerHook
  • Metrics synchronization during DistributedDataParallel
  • Inference
  • A lot of refactoring