albermax / innvestigate

A toolbox to iNNvestigate neural networks' predictions!
Other
1.25k stars 234 forks source link

Cannot install innvestigate to use with Keras 2.4.3 #236

Closed roma-glushko closed 3 years ago

roma-glushko commented 3 years ago

Trying to install innvestigate along with Keras 2.4.3, but innvestigate doesn't seem to support it:

Screenshot 2021-01-21 at 22 11 26

I'm using poetry as a package manager (if this makes any difference). Do you have the same issue?

adrhill commented 3 years ago

Hi Roman,

as far as I'm aware, Keras 2.4 is just a wrapper around TensorFlow 2's tf.keras. Poetry can not resolve your dependencies as the current releases of iNNvestigate only support TF1. We're working on an update to bring investigate to TF2, so stay tuned!