Skip to content

v1.8.0

Compare
Choose a tag to compare
@evilsocket evilsocket released this 17 May 18:37
· 139 commits to master since this release
90e1885

New Features

  • ergo view now shows the confusion matrices
  • ergo train now generates both stats.txt and stats.json
  • ergo train now has a new --no-shuffle option
  • ergo relevance now has a new --to-json optional argument to save the results in a json file.
  • ergo cmp now supports models with different input shapes
  • each action has now its own help menu woth ergo <action> -h

Fixes

  • training history is now correctly built taking into account past training processes
  • renamed sumpy requirement to sum-py