-
Notifications
You must be signed in to change notification settings - Fork 302
Got 'RuntimeError: CUDA out of memory' #63
Comments
Are the GPU completely empty when you start training ? 24GB should be sufficient especially with a small segment or batch size. |
Technically it uses only 4MB for some process but I guess it won't affect the computation. |
when you said you tried with |
I edited |
Yes epoch size is big on the DNS dataset, the dataset is pretty large. I think we were training on 8 to 16 GPUs, and already it was taking a few days to fully converge, so on 2 GPUs I would expect it to be even slower. |
@adefossez |
Hi there,
I tried
bash launch_dns.sh
with the default parameters you gave us but I got the error messages below:The GPU I'm using is QuadroRTX 6000 (memory size: 2.4GB).
I tried to use 2 GPUs, and
batch_size=1
andsegment=1
(I've seen #19 ) but I got same error.Is it possible?
I'd like you to give me some advices to solve this error.
Thank you!
The text was updated successfully, but these errors were encountered: