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

Running very stuck #29

Open
zygalaxy opened this issue May 5, 2024 · 4 comments
Open

Running very stuck #29

zygalaxy opened this issue May 5, 2024 · 4 comments

Comments

@zygalaxy
Copy link

zygalaxy commented May 5, 2024

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?

@yongtyy
Copy link

yongtyy commented May 9, 2024

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?

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.

@zygalaxy
Copy link
Author

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?

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?"

@yongtyy
Copy link

yongtyy commented May 13, 2024

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?

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?"

I use tensorflow 2.1.0, and run the TD3 algorithm, it works well. Maybe you can try other versions of tensorflow.
image

@zyzyzy1234
Copy link

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?

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