tensorflow / lucid

A collection of infrastructure and tools for research in neural network interpretability.
Apache License 2.0
4.65k stars 655 forks source link

Error load_graphdef() when using InceptionV1 model #173

Closed bisognano closed 5 years ago

bisognano commented 5 years ago

model.load_graphdef() throws an error only when using InceptionV1 model. It affects running of the tutorial notebooks. Using a different model doesn't seem to throw an error.

Screen Shot 2019-06-02 at 10 23 56 PM
ludwigschubert commented 5 years ago

Sorry, can not reproduce—I imagine you're most likely running a notebook with an earlier version of lucid. Could you point me to the code in which you run into this issue?

bisognano commented 5 years ago

I'm no longer getting the issue either. I reported it since it came after a graphdef version update in tensorflow but it looks like it was updated again in tensorflow 9h ago.