-
Notifications
You must be signed in to change notification settings - Fork 25
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
How many GPU memory does the neural network need? #10
Comments
Hi, What you can try is to edit main.py. In particular you could set Hope it helps |
Thank you so much. I would try that. With Nvidia-smi I have saw that carla will use 4GB and the network should use more than 4 GB |
@xiboli hi My Carla can use 4GB. I try
but network not using GPU. pls help me |
@nguyenvantruong1905, check the following:
|
Hello Luca,
I try to run the program in my own computer, which is with GTX 2060 Super GPU. However it seems my 8GB memory is not enough because I always face OOM when allocating tensor with shape[64,464,3,12].
How much memory of GPU is needed?
Best regards
Xibo
The text was updated successfully, but these errors were encountered: