afourast / deep_lip_reading

Code and models for evaluating a state-of-the-art lip reading network
http://www.robots.ox.ac.uk/~vgg/research/deep_lip_reading/
Apache License 2.0
189 stars 53 forks source link

What version of tensorflow to use? #14

Closed souravdeyone closed 2 years ago

souravdeyone commented 2 years ago

Hi!

Can I please check with the author as to which version of tensorflow is recommended for use? Using 1.15 fails with "from tensorflow.python.profiler import trace" errors while using 2.8.0 gives errors with importing tensorflow.contrib

Best, Sourav

souravdeyone commented 2 years ago

There is a requirements file within the repo that specifies tensorflow v1.12. Note that you must be running python <=3.6 for this version of tensorflow.