-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
centos7.3 gpu Not supported #2829
Comments
Single GPU settings |
For the sparse input data, the data can not be passed from Python to C++ when using one GPU. The code is here: https://github.com/PaddlePaddle/Paddle/blob/develop/paddle/py_paddle/dataprovider_converter.py#L178 . I will try to fix it later. Thanks for your question. |
I have the same issue, how to fix this. |
Too long ago, free to reopen it. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://github.com/PaddlePaddle/book/blob/develop/05.recommender_system/train.py
alter
paddle.init(use_gpu=True, gpu_id=1)
output
The text was updated successfully, but these errors were encountered: