deep_lip_reading icon indicating copy to clipboard operation
deep_lip_reading copied to clipboard

Tensorflow 2.5.3 not works

Open zwx8981 opened this issue 2 years ago • 2 comments

python main.py --lip_model_path models/lrs2_lip_model 2022-02-16 17:28:19.165150: I tensorflow/stream_executor/platform/default/dso_loader.cc:53] Successfully opened dynamic library libcudart.so.11.0 Traceback (most recent call last): File "main.py", line 13, in from language_model.char_rnn_lm import CharRnnLmWrapperSingleton File "/home/redpanda/codebase/deep_lip_reading-dependabot-pip-tensorflow-gpu-2.5.3/language_model/char_rnn_lm.py", line 27, in from tensorflow.contrib import legacy_seq2seq ModuleNotFoundError: No module named 'tensorflow.contrib'

It seems that this module has been removed from Tensorflow2.5.3.

zwx8981 avatar Feb 16 '22 09:02 zwx8981