Skip to content

v1.13

Compare
Choose a tag to compare
@freud14 freud14 released this 05 Nov 15:36
· 32 commits to master since this release

Breaking changes:

  • The deprecated torch_metrics keyword argument has been removed. Users should use the batch_metrics or epoch_metrics keyword argument for torchmetrics' metrics.
  • The deprecated EpochMetric class has been removed. Users should implement the Metric class instead.