Rudrabha / LipGAN

This repository contains the codes for LipGAN. LipGAN was published as a part of the paper titled "Towards Automatic Face-to-Face Translation".
http://cvit.iiit.ac.in/research/projects/cvit-projects/facetoface-translation
MIT License
578 stars 122 forks source link

Keras requires TensorFlow 2.2 or higher #35

Closed javaintheuk closed 3 years ago

javaintheuk commented 3 years ago

Hi,

I'm porting the colab version to kaggle, on the last step (after uninstalling and installing TF to a lowest version) I get:

Keras requires TensorFlow 2.2 or higher

I checked my TF version and even after uninstalling it I get: '2.3.0' when I should have 1.14.0

Any idea why Kaggle is not allowing me to downgrade the TF version?

Thanks

Rudrabha commented 3 years ago

Did you specify the version of tensorflow while installing? Normally, pip install tensorflow-gpu==1.14.0 should work.

javaintheuk commented 3 years ago

Thank you very much for getting back to me, yes I did, I think could be a Kaggle problem as I can't force it to downgrade, even after restarting. I'll dig in more... thanks

Rudrabha commented 3 years ago

I am closing this issue for now since the problem does not lie with the LipGAN model. However, if you find a fix, please comment down below, it might be helpful for others. :)