thomasp85 / lime

Local Interpretable Model-Agnostic Explanations (R port of original Python package)
https://lime.data-imaginist.com/
Other
486 stars 110 forks source link

trouble in run explainer #124

Closed giancarlomirmillo closed 5 years ago

giancarlomirmillo commented 6 years ago

when I try to run explainer on your code, the one I use for understand how LIME works i get this warning: Error in py_get_attr_impl(x, name, silent) : AttributeError: 'Dropout' object has no attribute 'activation'

which I cannot solve by myself,

thanks for any help

giancarlo

thomasp85 commented 6 years ago

Can I get you to try again with the GitHub version - It may already be fixed...