BiMPM icon indicating copy to clipboard operation
BiMPM copied to clipboard

AttributeError: 'module' object has no attribute '_state_size_with_prefix'

Open Sunjiawei58 opened this issue 7 years ago • 1 comments

Hello, I was told to try to run the program on Ubuntu 16.04 with python 2.7 and tensorFlow already installed, but when I tried to "python SentenceMatchTrainer.py", I got this error image. Can anyone help me how to solve this problem?

Thanks

Sunjiawei58 avatar Aug 16 '17 20:08 Sunjiawei58

Most likely, you have tensorflow 1.0 installed and this project requires 0.x

You can find a download for tensorflow 0.12 here: https://www.tensorflow.org/versions/r0.12/get_started/os_setup

lifeofabit avatar Aug 25 '17 12:08 lifeofabit