InterpretDL v0.5.0 Release
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_cudais on the way. Usedevicedirectly.