Tags: pytorch/captum
Tags
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
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