DeepExplain
DeepExplain copied to clipboard
AttributeError: 'GradientXInput' object has no attribute 'baseline'
Hi,
While trying to run multiple_input_keras.ipynb and https://github.com/marcoancona/DeepExplain/blob/master/examples/mnist_tensorflow.ipynb, I can install and create the models just fine but when it comes time to use DeepExplain as demonstrated in the example folders, I receive this traceback:
line 3343, in run_code
exec(code_obj, self.user_global_ns, self.user_ns)
File "
I'm unsure what is happening, for reference my tf version is '1.14.0'. I'm sure it's a silly error but any clarification would be great.
Thanks.