Open Wang-Chbo opened 2 years ago
Could you upload a
requeriment
file please? I want to know the version of tensorflow, thank you!
tensorfolw 1.15
Could you upload a
requeriment
file please? I want to know the version of tensorflow, thank you!tensorfolw 1.15
thanks
With tensorflow=1.15.0, did you successfully run his code?
yes,and i got the right results
yes,and i got the right results
Thanks for your reply! Did you change the code elsewhere? Because I also use the tensorflow=1.15.0 version, but the program always says that tensorflow does not have the contrib attribute.
I almost forget the details about it. But I am sure that there will be some errors cause of diffrent versions. I think that ur problems are the same.
I almost forget the details about it. But I am sure that there will be some errors cause of diffrent versions. I think that ur problems are the same.
even thougt tf1.15
I almost forget the details about it. But I am sure that there will be some errors cause of diffrent versions. I think that ur problems are the same.
even thougt tf1.15
I want to know the version of keras
2.3.1
How long did it take to train your data?
I have been trying to setup the right environment for the code to run. As other users, I have been having several compatibility issues between tensorflow, keras and so on. Would you mind sharing the details of the environment where you have been running the code? Or directly share environment if it is a virtual environment.
Has anyone successfully set up their environment for the code to run? I am repeatedly getting an error saying CUDNN_STATUS_EXECUTION_FAILED with an Internal error which "Failed to call ThenRnnForward with model config".
I am running the algorithm in a Jupyter Notebook on my NVIDIA GeForce RTX 3050 Ti GPU using: Python=3.6.13, TensorFlow=1.15.0, keras=2.3.1, cudatoolkit=10.0.130, cuDNN library=7.6.1. I appreciate any advice you can provide!
Has anyone successfully set up their environment for the code to run? I am repeatedly getting an error saying CUDNN_STATUS_EXECUTION_FAILED with an Internal error which "Failed to call ThenRnnForward with model config".
I am running the algorithm in a Jupyter Notebook on my NVIDIA GeForce RTX 3050 Ti GPU using: Python=3.6.13, TensorFlow=1.15.0, keras=2.3.1, cudatoolkit=10.0.130, cuDNN library=7.6.1. I appreciate any advice you can provide!
Hello, is your code running successfully? Can I see your configuration
I have try it on Colab, notice that GPU isn't supported on Windows. So, test on Colab may be helpful.
Could you upload a
requeriment
file please? I want to know the version of tensorflow, thank you!