-
Notifications
You must be signed in to change notification settings - Fork 39
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
Running very stuck #29
Comments
It’s possible that you’re using your CPU instead of your GPU. You should check if you have correctly installed the packages listed in requirements.txt, especially those related to TensorFlow. It’s essential to ensure that TensorFlow is working properly. |
"But I have an RTX 30 series graphics card, which is not supported by TensorFlow 2.0.1. How did you manage?" |
My graphics card is 3080ti. I tried to use tensorflow2.1.0, but it failed. I learned that the 3080ti graphics card only supports cuda11 and above, that is, it only supports tensorflow2.4.0 and above. How can I run this code normally on 3080ti? |
At runtime, the GPU is basically not occupied, but the CPU is very occupied, and the CPU occupancy rate is 3300%(40 cores). pygame and Carla are very stuck. Is this normal?
The text was updated successfully, but these errors were encountered: