Skip to content
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

utilization of GPU is lower #67

Open
QianLingjun opened this issue Jan 10, 2024 · 1 comment
Open

utilization of GPU is lower #67

QianLingjun opened this issue Jan 10, 2024 · 1 comment
Labels
help wanted Extra attention is needed

Comments

@QianLingjun
Copy link

When I increased the training data to 1000 CT cases, the training of 4 12G 1080ti was normal, but the utilization of GPU would intermittently all be 0. The end result is more time consuming.

How can I adjust the code to increase the utilization of the GPU? thank you.

@QianLingjun QianLingjun changed the title utilization of GPU utilization of GPU is lower Jan 10, 2024
@Amshaker
Copy link
Owner

Hi @QianLingjun ,

Check if your data loading and preprocessing steps are optimized. Inefficient data handling can lead to bottleneck issues. Also, experiment with different batch sizes and check the GPU utilization. Sometimes, using a smaller or larger batch size can impact GPU utilization.

@Amshaker Amshaker added the help wanted Extra attention is needed label Jan 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants