-
Notifications
You must be signed in to change notification settings - Fork 268
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
low GPU utilization rate #60
Comments
The same problem. When I run the cross-domain experiments on baseline with Conv4-net, I change the batch_size from 16 to 128, while the GPU utilization rate is still very low. To finish 1 epoch, more than 10 minutes needed on a RTX 2080Ti GPU. I wonder how long it takes to run the entire experiment in the original environment. @wyharveychen |
I found that in the begining of training, the speed is very slow, while speeding up in the later training procedure.
|
"speeding up in the later training procedure." Is there a reason why this happened? |
Hello~
It's a very nice work!
I wonder why the GPU utilization is always low when I run the code, therefore the speed is slowed down, is there a way to solve the problem? thanks a lot~
The text was updated successfully, but these errors were encountered: