uTensor / utensor_cgen

C++ code generator for uTensor https://utensor-cgen.readthedocs.io/en/latest/
Apache License 2.0
50 stars 40 forks source link

Attribute error module has no attribute #62

Open saranworldrecord opened 5 years ago

saranworldrecord commented 5 years ago

I installed with pip but I am getting below Error tensorflow

I tried with upgrade protobuf . If i tried with specified .whl then i am getting an import error. so I upgraded tensorflow to 1.13.

dboyliao commented 5 years ago

I'll recommend you use virtual environment and reinstall utensor_cgen. It looks like a breaking change in tensorflow. In addition, make sure you clean the pip cache before you run the installation.

In fact, it's not an issue of utensor_cgen. I really can't fixed it better than tensorflow team. Maybe it's better to open an issue to them.

mbartling commented 5 years ago

@saranworldrecord Are you still experiencing this issue? Which version on tensorflow are you using?