Eoin Kenny

Results 8 comments of Eoin Kenny

@elvisyjlin Thanks for the response. I should clarify some stuff. I am looking to adapt the code for explainable AI purposes, in particular to generate counterfactuals for a **pre-trained** CNN....

Thanks for the reply! So this is the normal code which works fine ``` with DeepExplain(session=K.get_session()) as de: #

Thanks a lot for the help again. Here's a fully coded example with the error. The same error occurs with `grad*input` also. Is this because you need to separate out...

I'm just going to bump this in case! Thanks again for the help.

Thanks for the reply, here's the output for reference ``` >>> sklearn.show_versions() /Users/eoinkenny/opt/anaconda3/envs/rl_env/lib/python3.10/site-packages/_distutils_hack/__init__.py:30: UserWarning: Setuptools is replacing distutils. warnings.warn("Setuptools is replacing distutils.") System: python: 3.10.4 (main, Mar 31 2022, 03:38:35)...

Here it is ``` (rl_env) eoinkenny@30-9-23 cartpole % python -m threadpoolctl -i sklearn [ { "filepath": "/Users/eoinkenny/opt/anaconda3/envs/rl_env/lib/libmkl_rt.1.dylib", "prefix": "libmkl_rt", "user_api": "blas", "internal_api": "mkl", "version": "2021.4-Product", "num_threads": 8, "threading_layer": "intel" },...

Ugh, sorry to hear that, if there's any other information I can provide which may help please let me know thanks.

Thanks, I just installed the environment again with python 3.9 and it works, I can still run that code for you though if you'd like to see the data?