-
Notifications
You must be signed in to change notification settings - Fork 238
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
is this supposed to be run on python 2? #99
Comments
I am now catching an error to change this code running in Python 2.7 to Python 3.6. |
I have a version that I modified if you would like to take a look |
Can I receive it by e-mail? ([email protected]) |
@jeonsanghun - I think this is what you were after: Akouminov had accidentally missed a "v" out of his username name earlier |
Hi @akouminov - running your code but running into following error. Any help ? !./predict evaluation/models/overlapped-weights368.h5 evaluation/samples/id2_vcd_swwp2s.mpg 2020-09-21 02:55:54.328514: I tensorflow/stream_executor/platform/default/dso_loader.cc:48] Successfully opened dynamic library libcudart.so.10.1 Loading data from disk... WARNING:tensorflow:From /content/LipNet/LipNet/lipnet/model2.py:15: The name tf.keras.backend.set_session is deprecated. Please use tf.compat.v1.keras.backend.set_session instead. 2020-09-21 02:56:04.498704: I tensorflow/stream_executor/platform/default/dso_loader.cc:48] Successfully opened dynamic library libcuda.so.1 |
It can only run on Python 3.5 to Python 3.7 because TensorFlow only supports these versions of python as of October 2020. |
@arindam999 , have run into this before, this is an environment issue, if you still need it I can look into it for you |
it seems that this should be run on python 2, please add in read me if so
The text was updated successfully, but these errors were encountered: