-
Notifications
You must be signed in to change notification settings - Fork 75
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 not in use Error #706
Comments
This is the code I use:
|
I have tried the solutions suggested in https://github.com//issues/549#issuecomment-1509054639 but it won't work. |
Try setting |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have written the following script to simulate one random object falling into another, and I come across the following question. After I ran the code, I use 'nvidia-smi' to check whether if the code uses cuda, and find out that no gpu is utilized.
I wonder why could it happen.
The text was updated successfully, but these errors were encountered: