You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Deeplift is a great tool and "Learning Important Features Through Propagating Activation Differences" is a great paper.
However I can not use it for inception v3 and other models(I know deeplift do not implement resnet so far)
File "/home/ubuntu/.conda/envs/dlp/lib/python3.6/site-packages/deeplift/conversion/kerasapi_conversion.py", line 122, in conv2d_conversion
bias=config[KerasKeys.weights][1],
IndexError: list index out of range
The text was updated successfully, but these errors were encountered:
Hi @linchundan88, I've implemented the changes in this branch #76 and the conversion works, but for some reason the tests on Travis are stalling. Chances are it's something small like running out of memory, but it could take some time for me to find the bandwidth to debug it. In the meantime, you can look into the alternative implementations described in the FAQ under "My model architecture is not supported by this DeepLIFT implementation. What should I do?" - hope this satisfies your needs!
Deeplift is a great tool and "Learning Important Features Through Propagating Activation Differences" is a great paper.
However I can not use it for inception v3 and other models(I know deeplift do not implement resnet so far)
File "/home/ubuntu/.conda/envs/dlp/lib/python3.6/site-packages/deeplift/conversion/kerasapi_conversion.py", line 122, in conv2d_conversion
bias=config[KerasKeys.weights][1],
IndexError: list index out of range
The text was updated successfully, but these errors were encountered: