Skip to content

InterpretDL v0.5.0 Release

Choose a tag to compare

@holyseven holyseven released this 03 Mar 05:05
· 203 commits to master since this release
33b8851

We release the version 0.5.0 of InterpretDL, with new features as following:

  • Two more evaluation metrics are added: Perturbation tests and PointGame, for measuring the trustworthiness of interpretation algorithms. APIs for Perturbation, PointGame and PointGameSegmentation are available with corresponding tutorials, 1 and 2.
  • Gradients are supported in the eval mode since Paddle2.2.1, which is supported too by InterpretDL, making the gradient computation easier.
  • Deprecation of use_cuda is on the way. Use device directly.