We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96caad3 commit 31e09c7Copy full SHA for 31e09c7
.conda/meta.yaml
@@ -28,8 +28,14 @@ test:
28
29
about:
30
home: https://captum.ai
31
- license: BSD
+ license: BSD-3
32
license_file: LICENSE
33
summary: Model interpretability for PyTorch
34
+ description: |
35
+ Captum is a model interpretability and understanding library for PyTorch.
36
+ Captum means comprehension in Latin and contains general purpose implementations
37
+ of integrated gradients, saliency maps, smoothgrad, vargrad and others for
38
+ PyTorch models. It has quick integration for models built with domain-specific
39
+ libraries such as torchvision, torchtext, and others.
40
doc_url: https://captum.ai
41
dev_url: https://github.com/pytorch/captum
0 commit comments