torch-training-loop

Simple Keras-inspired Training Loop for Pytorch.

MIT License

Downloads
116
Stars
2

Bot releases are hidden (Show)

torch-training-loop - v0.1.3 Latest Release

Published by beekill95 10 months ago

Fixed

  • Not passing metrics to SimpleTrainingStep won't cause initialization error. (#26)
  • Displaying scientific notation when metrics values becoming too large or too small. (#29)
torch-training-loop - v0.1.2

Published by beekill95 11 months ago

Changed

  • Support dataloaders without __len__ implementation. (#21)

Added

  • Different verbose levels for training loops' fit() function. (#20)
torch-training-loop - v0.1.1

Published by beekill95 11 months ago

Added

  • Implement distributed training loop. (#12)
torch-training-loop - v0.1.0

Published by beekill95 12 months ago

TrainingLoop instances can be initialized directly.
They receive an instance of TrainingStep specifying the logic of training/validating a model.

Removed

  • Breaking: Remove SimpleTrainingLoop, replace it with SimpleTrainingStep.
    (#11)
  • Remove tensorboard dependency.

Added

  • Add usage section in README.
  • Add an example for training conditional GAN on Fashion MNIST with custom loop.
torch-training-loop - v0.0.3

Published by beekill95 12 months ago

Callbacks will now have references to both training loop and model instances.

torch-training-loop - v0.0.2

Published by beekill95 12 months ago

  • Fix: Cuda training not working;
  • Add: Update progress bar after an epoch finishes.
torch-training-loop - v0.0.1

Published by beekill95 12 months ago

Initial release.

Package Rankings
Top 38.75% on Pypi.org
Badges
Extracted from project README
Tests License PyPI - Version