DIG icon indicating copy to clipboard operation
DIG copied to clipboard

Captum version requirement outdated?

Open jan0b opened this issue 1 year ago • 1 comments

The version requirement for captum is captum==0.2.0. As version 0.5.0 is already published, is there any specific reason for the strong version requirement in DIG?

jan0b avatar Aug 16 '22 03:08 jan0b

Hello, I think it's fine to update the captum. But since some APIs may change across different version, 0.2.0 can make sure that this problems won't happen.

Oceanusity avatar Aug 30 '22 17:08 Oceanusity

The version requirement for captum is captum==0.2.0. As version 0.5.0 is already published, is there any specific reason for the strong version requirement in DIG?

In our code, some low-level functions in capture are used to construct graph-specific explainers. The cost of updating it to a newer version is high since it is not as easy as "changing the high-level API signature". We won't change its version without necessity.

Please let me know if any questions!

CM-BF avatar Oct 07 '22 05:10 CM-BF