Skip to content

v1.5.2

Compare
Choose a tag to compare
@ranamihir ranamihir released this 10 Nov 17:30
· 24 commits to master since this release
284aa97
  • Updated to pytorch=1.8.0 and cudatoolkit=10.1
  • Overhauled metric computation.
    • Much cleaner code
    • Drastic reduction in metric computation time, since preprocessing is now shared for many metrics, e.g. getting the max-probability class for accuracy / precision / recall / f1, etc.