-
Notifications
You must be signed in to change notification settings - Fork 5
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
langml does not match tensorflow_gpu #7
Comments
I replayed your paper and found that only CPU was used for training. Please ask if you can provide a way to use GPU |
Sorry for the delayed reply. Firstly, please ensure that the GPU is available in your environment, you can test the availability as follows: $ python -c "import tensorflow as tf; print('CUDA Avaliable:', tf.test.is_gpu_available())" If the GPU is not available, please ensure that the installed TensorFlow is the GPU version. If the GPU is available, you should check the TF and Keras versions. $ pip list | egrep "tensorflow|keras" or $ conda list | egrep "tensorflow|keras" for conda.
|
请问GPU的问题解决了吗 |
No description provided.
The text was updated successfully, but these errors were encountered: