Closed donigian closed 6 years ago
Thanks for the notice. I could reproduce it and will look into it.
We found that the code works correctly but the mentioned problem appears if you run the notebook cell that creates and trains the network more than once. This is because a new graph is created in the active Tensorflow session.
To solve the problem, please add K.clear_session()
at the beginning of the notebook cell where the model is first created.
Hi, When attempting to run the MNIST example for DeepLift, I get the following error:
Here is the snippet of code I'm running: