You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1.- pip uninstall sugartensor
2.- you have to download the zip file from sugartensor repo (https://github.com/buriburisuri/sugartensor)
3.- unzip "sugartensor-master.zip" and modify the \sugartensor-master.zip\sugartensor-master\sugartensor_init_.py
3.1.- by comenting the line:
from tensorflow import
3.2.- writing the line:
from tensorflow.python import
3.3.- zip the file again
4.- pip install "sugartensor-master.zip"
This happens when I try to import sugartensor. Am using TF version 1.5. Can someone please help?
The text was updated successfully, but these errors were encountered: