-
Notifications
You must be signed in to change notification settings - Fork 26
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
improper GPU utilization #11
Comments
You are using cpu to train the model, so it must be very slow! |
316MB is the memory that gpu is free. |
Sorry, I have never used multi-gpu config to train the model, so maybe that I can't help you directly. |
No problem, thanks a lot! i'll post here if i can do that |
@ibrahimrazu did you figure out how to enable multi-gpu processing? |
@eparvizi not yet unfortunately. however my single GPU utilization is always highest. I tried with CUDA_VISIBLE_DEVICES=0,1,2,3 |
@ibrahimrazu have you tried this? https://www.tensorflow.org/guide/using_gpu#using_multiple_gpus |
Still not. But i’ll try. Thanks! |
@ibrahimrazu Hello, how does your program run on GPU? I did not find the program code in the following image in the source program. |
Thanks a lot for sharing your code. While training the NYU dataset, seems like it is not utilizing GPU properly and training time is significantly higher. Could you please tell me how did you configure the GPU there? I tried to configure the GPU as following:
It is noteworthy that i've checked the GPU are working, but utilization is pretty low, almost minimal
The text was updated successfully, but these errors were encountered: