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'
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'