Skip to content

v0.3.4

Compare
Choose a tag to compare
@github-actions github-actions released this 08 May 06:30
· 36 commits to master since this release

Commits

  • d9e1064: ignore experiments (Zhiyuan Chen)
  • 9781bb0: move results to BaseRunner (Zhiyuan Chen)
  • fb81a9e: make Metrics.val return results of current device (Zhiyuan Chen)
  • e70bb38: update API of AverageMeters similar to Metrics (Zhiyuan Chen)
  • 741d01d: make Runner.state a property (Zhiyuan Chen)
  • 061a133: skip certain tests in eralier PyTorch (Zhiyuan Chen)
  • a5fb33a: reorganise code, add split for better bsz (Zhiyuan Chen)
  • 8eb6341: rename TorchRunner to AccelerateRunner (Zhiyuan Chen)
  • 3aa9200: fix metrics for multilabel accuracy (Zhiyuan Chen)
  • 33a32bc: add matthews_corrcoef in classification metric (Zhiyuan Chen)
  • 4de5acb: fix ignored keys in hash (Zhiyuan Chen)
  • 7cb1761: undeprecate final_lr in lr_scheduler (Zhiyuan Chen)
  • 3c28ae9: improve AverageMeter & AverageMeters (Zhiyuan Chen)
  • a6f4129: add metrics to demo (Zhiyuan Chen)