Skip to content

Releases: serend1p1ty/core-pytorch-utils

v1.0.1

05 Jun 09:34
fda3e5b
Compare
Choose a tag to compare

Features:

  • Support distributed training and add example code.
  • Support Continuous Integration (CI) to ensure code quality.
  • Add a developing script that provides syntax checking and code style optimation.

Fix:

  • Fix LRUpdateHook to support ReduceLROnPlateau.

v1.0.0

20 May 18:47
Compare
Choose a tag to compare

The first version of CPU, which currently supports:

  • Single GPU, epoch-based training.
  • Auto console / tensorboard logging.
  • Auto checkpointing.
  • Argument parser which can load YAML configuration file.
  • All PyTorch LR scheduler with warmup strategy.