mpatacchiola/deepgaze

Problem with tensorflow version

forwitai opened this issue · 0 comments

Hello everyone,

I've just installed DeepGaze to use the head pose estimation code, but I first got this error : "module 'tensorflow' has no attribute 'Session'".
I've fixed it by using :
" import tensorflow.compat.v1 as tf
tf.disable_v2_behavior() "
But then I got another error : "module 'tensorflow' has no attribute 'placeholder'".
I tried to downgrade my tensorflow version to 1.15.0 but nothing seems to work.
Can someone help me please ?