astorfi / lip-reading-deeplearning

:unlock: Lip Reading - Cross Audio-Visual Recognition using 3D Architectures
Apache License 2.0
1.84k stars 321 forks source link

ValueError: not enough values to unpack (expected 6, got 3) #15

Closed kpkool1995 closed 6 years ago

kpkool1995 commented 6 years ago

Hi, Thanks for the project, please let me know which version of tensorflow you are using for the project, as I am getting "ValueError: not enough values to unpack (expected 6, got 3)" in train and test.py files at sess.run(). maybe there is a compatibility issue. P.S: I am using Windows machine.

astorfi commented 6 years ago

@kpkool1995 Thanks for pointing it out. I am guessing it is not the version problem because the project is passed continuous integration (link) which supports the latest version. Let me check that.

astorfi commented 6 years ago

Please re-open this issue if the problem has not been resolved!