github pytorch/ignite v0.4.2
Improved distributed support (horovod framework, epoch-wise metrics, etc), new metrics/handlers, bug fixes and pre-built docker images.

latest releases: v0.5.0.post2, v0.5.0.post1, v0.4.13...
3 years ago

PyTorch-Ignite 0.4.2 - Release Notes

Core

New Features and bug fixes

  • Added SSIM metric (#1217)

  • Added prebuilt Docker images (#1218)

  • Added distributed support for EpochMetric and related metrics (#1229)

  • Added required_output_keys public attribute (#1291)

  • Pre-built docker images for computer vision and nlp tasks
    powered with Nvidia/Apex, Horovod, MS DeepSpeed (#1304 #1248 #1218 )

Handlers and utils

  • Allow passing keyword arguments to save function on Checkpoint (#1245)

Distributed helper module

  • Added support of Horovod (#1195)
  • Added idist.broadcast (#1237)
  • Added sync_bn option to idist.auto_model (#1265)

Contrib

New Features and bug fixes

  • Added EpochOutputStore handler (#1226)
  • Improved displayed tag for tqdm progress bar (#1279)
  • Fixed bug with ParamGroupScheduler with schedulers based on different optimizers (#1274)

And a lot of house-keeping Pre-September Hacktoberfest contributions

  • Added initial Mypy check at CI step (#1296)
  • Fixed typo in docs (concepts) (#1295)
  • Fixed link to pytorch documents (#1294)
  • Removed prints from tests (#1292)
  • Downgraded tqdm version to stabilize the CI (#1293)

Acknowledgments

🎉 Thanks to our community and all our contributors for the issues, PRs and 🌟 ⭐️ 🌟 !
💯 We really appreciate your implication into the project (in alphabetical order):

@M3L6H, @Tawishi, @WrRan, @ZhiliangWu, @benji011, @fco-dv, @kamahori, @kenjihiraoka, @kilsenp, @n2cholas, @nzare, @sdesrozis, @theodumont, @vfdev-5, @ydcjeff,

Don't miss a new ignite release

NewReleases is sending notifications on new releases.