Skip to content

v1.8

Compare
Choose a tag to compare
@freud14 freud14 released this 17 Dec 18:16
· 148 commits to master since this release

Breaking changes:

  • When using epoch metrics 'f1', 'precision', 'recall' and associated classes, the default average has been changed to 'macro' instead of 'micro'. This changes the names of the metrics that is displayed and that is in the log dictionnary in callbacks. This change also applies to Experiment when using task='classif'.
  • Exceptions when loading checkpoints in Experiment are now propagated instead of being silenced.