gdubrg/POSEidon-Biwi

Tensorflow version mismatch?

Opened this issue · 0 comments

Hi, I installed Keras 1.0.6 as suggested, but am just not able to get it to work without throwing tensorflow related errors like the following:
(dtype.name, repr(mismatch), type(mismatch).name))
TypeError: Expected int32, got list containing Tensors of type '_Message' instead.
or
ValueError: Layer weight shape (5, 5, 64, 30) not compatible with provided weight shape (30, 1, 5, 5)

I was able to run the scripts with Keras 1.2.2 and TF 1.1, but the predicted values are quite way off than expected!
I would like to know what version of tensorflow was used/works.