buriburisuri / sugartensor

A slim tensorflow wrapper that provides syntactic sugar for tensor variables. This library will be helpful for practical deep learning researchers not beginners.
MIT License
372 stars 63 forks source link

tensorflow import error #45

Open sibangde opened 5 years ago

sibangde commented 5 years ago

this command has an error, how can I solve it? from tensorflow import * AttributeError: module 'tensorflow' has no attribute 'absolute_import'

schwxd commented 5 years ago

I also met this problem, the tensorflow version I used is 1.10.0. The problem disappears when the tensorflow version changed to 1.5.0.

sibangde commented 5 years ago

ok, thank you