Skip to content

Bug fixes, new features and housekeeping

Compare
Choose a tag to compare
@vfdev-5 vfdev-5 released this 01 May 08:23

PyTorch-Ignite 0.4.12 - Release Notes

New Features

Engine and Events

  • Added model_transform to create_supervised_evaluator so that user be able to transform model output into actual prediction (y_pred) (#2896)

Metrics and handlers

  • Updated the NeptuneLogger (#2881)
  • Improved ClearMLLogger. Accessing attributes of the logger, retrieves those of the underlying clearml task. get_task method is also added (#2898)
  • Added score_sign to add_early_stopping_by_val_score and gen_save_best_models_by_val_score to support both error-like and accuracy-like scores (#2898)

Bug Fixes

  • Fixed error on importing Events in Python3.11 (#2907)
  • Fixed an inefficiency in SSIM metric (#2914)
  • Fixed NeptuneSaver (#2900, #2902)

Housekeeping (docs, CI, examples, tests, etc)

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):

@AlexanderChaptykov, @DeepC004, @Hummer12007, @divij-pawar, @guptaaryan16, @kshitij12345, @moienr, @normandy7, @sadra-barikbin, @sallycaoyu, @twolodzko, @vfdev-5

New Contributors

Full Changelog: v0.4.11...v0.4.12