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

Fully_Pythonic - ModuleNotFoundError: No module named 'tensorflow.contrib' #51

Open JonnyAlpha opened 6 months ago

JonnyAlpha commented 6 months ago

I have been trying to use: https://github.com/Rudrabha/LipGAN/tree/fully_pythonic

After managing to get the various packages installed on my Macbook when running the command to animate a image with an audio file I get the following error in Terminal: LipGAN-fully_pythonic/audio_hparams.py", line 1, in from tensorflow.contrib.training import HParams ModuleNotFoundError: No module named 'tensorflow.contrib'

jayaramtallam commented 4 months ago

same error encounters