Skip to content

Tags: pytorch/captum

Tags

v0.7.0

Toggle v0.7.0's commit message
Updating version to 0.7.0 (#1219)

Summary:
to be merged after everything is ready

Pull Request resolved: #1219

Reviewed By: vivekmig

Differential Revision: D51808995

Pulled By: aobo-y

fbshipit-source-id: cd4a57a76f1666673352fd669c81ed25fb53571f

v0.6.0

Toggle v0.6.0's commit message
Updating version to 0.6.0 (#1094)

Summary: Pull Request resolved: #1094

Reviewed By: vivekmig

Differential Revision: D42103175

Pulled By: aobo-y

fbshipit-source-id: fbde8a84842a19dea772a3dbadb5f0d1e6af8bc1

v0.5.0

Toggle v0.5.0's commit message
Updating version to 0.5.0 (#882)

Summary:
Release the version of 0.5.0

Pull Request resolved: #882

Reviewed By: NarineK

Differential Revision: D34569088

Pulled By: aobo-y

fbshipit-source-id: f839345f9d92cebb38a8de96e50e44a7a9c889c1

v0.4.1

Toggle v0.4.1's commit message
Updating version to 0.4.1 (#796)

Summary:
Release the version of 0.4.1

Pull Request resolved: #796

Reviewed By: vivekmig

Differential Revision: D32029860

Pulled By: aobo-y

fbshipit-source-id: 9c9ae4ac1015e1a3d6df7daaea7ec8ca862cc1dc

v0.4.0

Toggle v0.4.0's commit message
Type Fixes in Robust Metrics (#707)

Summary:
Fixes Mypy type checking issues with attack metrics to resolve CircleCI issues

Pull Request resolved: #707

Reviewed By: NarineK

Differential Revision: D29552315

Pulled By: vivekmig

fbshipit-source-id: ba44d7e4121df30d26ac9e0bc796614ac726a9ed

v0.3.1

Toggle v0.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #591 from vivekmig/v0.3.1

Captum v0.3.1

v0.3.0

Toggle v0.3.0's commit message
Insights Fixes (#526)

Summary:
Insights example no longer worked after building master. This seems to be because of 2 issues:

1. Paths in setup.py needed to be updated after this refactoring #419 .
2. cifar_torchvision.pt seems to have been corrupted when this file was moved in #419, based on comparing the sizes in these 2 revisions:
https://github.com/pytorch/captum/blob/9bcf257f9b3811230f370ced1b0801d8df5aa9ee/captum/insights/models/cifar_torchvision.pt - > 244 KB
https://github.com/pytorch/captum/blob/master/captum/insights/attr_vis/models/cifar_torchvision.pt - >239 KB (master)

It seems like this was caused by the new file not being detected as binary, causing some corruption when pushed. This updates gitattributes to treat all .pt files as binary.

Pull Request resolved: #526

Reviewed By: bilalsal

Differential Revision: D24952285

Pulled By: vivekmig

fbshipit-source-id: 77b54caad7a4f2d2888ea59260603e00d62748ec

v0.2.0

Toggle v0.2.0's commit message
Adding matplotlib to Conda dependencies (#314)

Summary:
Noticed that matplotlib was included in setup.py and required for pip, but not for conda. Adding matplotlib so both are consistent.
Pull Request resolved: #314

Reviewed By: orionr, NarineK

Differential Revision: D20295348

Pulled By: vivekmig

fbshipit-source-id: f9a4118ff808af8a60f38fce5576fe4f7a99336f

v0.1.0

Toggle v0.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix insights example (#102)