-
-
Notifications
You must be signed in to change notification settings - Fork 48
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
High CPU usage during evaluation #29
Comments
Hi, Can you please help me with running the run_evaluation.sh file. Like how you edited the file and where you placed the ckpt file. Thank You! |
Hi, your 2.3G GPU memory usage is expected. In my case, the python script has a ~180% CPU usage and the CarlaUE4 has a ~200% CPU usage. |
@WPH-commit |
@sqb2145 |
Could you check the GPU usage for the Carla server? It should be around 1G. |
@WPH-commit |
Hi, |
I think this problem is not because the model, but the Carla Simulator. When do the open-loop training, it really faster than eval. But when we do close-loop evaluation, it is so slow. Actually, I also do not have the solution to accelerate the simulation process,sad. |
First thank you for sharing the source code and datasets. Really an excellent work.
However, When I following the manual to run the evaluation by
sh leaderboard/scripts/run_evaluation.sh
, I found out the python process has an extremely high CPU usage (basically about 6000%).And I also check the usage of GPU (single 4090), only 2.3G of memory usage and average 5% volatile gpu-util, basically idle. Is that mean it was just using CPU to run the model?
So I wonder if it is a normal case and is there any suggestion about how to dealing with that? Thank you!
The text was updated successfully, but these errors were encountered: