Skip to content

First release

Compare
Choose a tag to compare
@vfdev-5 vfdev-5 released this 18 Jun 23:03
· 1598 commits to master since this release
e19086c

Introduced Engine, Handlers and Metrics.

Metrics:

  • BinaryAccuracy
  • CategoricalAccuracy
  • Loss
  • Precision
  • Recall
  • etc

Handlers:

  • ModelCheckpoint
  • EarlyStopping
  • Timer

Features:

  • PyTorch 0.4 support

Examples:

  • mnist.py
  • mnist_with_tensorboardx.py
  • mnist_with_visdom.py
  • dcgan.py