shap / shap

A game theoretic approach to explain the output of any machine learning model.
https://shap.readthedocs.io
MIT License
22.1k stars 3.21k forks source link

Densenet with shap: Warning: unrecognized nn.Module: _Transition #1288

Closed sahithyaravi closed 4 years ago

sahithyaravi commented 4 years ago

When I use the densenet121 model from pytorch, with DeepExaplainer shap throws two warnings: Warning: unrecognized nn.Module: _Transition Warning: unrecognized nn.Module: _DenseBlock.

I understand that this does not mean that the explainer has failed and shapely values are still calculated.
But does this warning affect the shapely value calculation?

xioahua commented 1 year ago

I meet the same issue, are there some effects on Shapley value results?