hans66hsu / nn_interpretability

Pytorch implementation of various neural network interpretability methods
MIT License
110 stars 20 forks source link

Resolve error in colab #3

Closed pourmand1376 closed 2 years ago

pourmand1376 commented 2 years ago

Current requirements.txt file gives error. I solved it in google colab by deleting only CPU mode.

Error:

ERROR: No matching distribution found for torch==1.5.0+cpu
hans66hsu commented 2 years ago

Thanks for reporting. Other pytorch versions (1.5+) should work as well.