InterpretDL v0.5.1 Release
We release the version 0.5.1 of InterpretDL, with small fixes:
- Update readme, add the schema of relations among interpretation, interpretability and trustworthiness.
- Fix some imports errors.
- Add one more base Interpreter
IntermediateLayerInterpreter
.
Thanks @Wgm-Inspur for correcting the parameter of GradShapNLPInterpreter
used in tutorials.
We would also like to mention that the arguments use_cuda
is deprecated. Use device
directly.