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

Lucid is not working with tensorflow 2.0 #250

Closed sundara26071978 closed 4 years ago

sundara26071978 commented 4 years ago

ImportError: cannot import name 'gfile' from 'tensorflow' (/Users/sunjsg/opt/anaconda3/lib/python3.7/site-packages/tensorflow/init.py)

colah commented 4 years ago

As per the first few lines of our readme, we do not support TF 2.0 at this time:

image