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

GPU Problem #992

Open
melaniihariono opened this issue Jun 5, 2022 · 2 comments
Open

GPU Problem #992

melaniihariono opened this issue Jun 5, 2022 · 2 comments

Comments

@melaniihariono
Copy link

Hello, does anyone know? why the model train using CPU instead of GPU? I already have 4 GPU, but none of them are used for training.

@Dipankar1997161
Copy link

maybe first check if cuda toolkit or cudnn is installed in your environment. That could the reason why your code does not detect any gpu.
One of the best practices is to use CUDA_Available_devices to see if gpus are detected or not

@YuyangLeng
Copy link

Try to put "--gpus 0,1,2,3" in the command

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants