Skip to content

v0.2.10

Compare
Choose a tag to compare
@chenrz925 chenrz925 released this 25 Oct 06:42
· 16 commits to master since this release

Stable version.

Features:

  • Limited PyTorch & Ignite support for training. Completed early stopping, checkpoint, and TensorBoard Support will be released after v0.3.0.
  • Completed log system support.
  • Dict storage in memory, or file storage in the disk.

Updates:

  • Using torch.save and torch.load when loading and dumping modules and tensors of PyTorch now.
  • Fix the issue caused by new feature of Ignite framework.