DeepFilterNet icon indicating copy to clipboard operation
DeepFilterNet copied to clipboard

GPU Memory torch.cuda.OutOfMemoryError

Open frixos25 opened this issue 9 months ago • 3 comments

Hello,

when i try to filter a file longer than some minutes this error appears: torch.cuda.OutOfMemoryError: CUDA out of memory. Tried to allocate 1.36 GiB. GPU I have 4GB GPU memory.

Is there a parameter to reduce the memory usage?

frixos25 avatar Apr 27 '24 07:04 frixos25

This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 7 days.

github-actions[bot] avatar Jul 27 '24 02:07 github-actions[bot]

Nobody an idea?

frixos25 avatar Jul 31 '24 19:07 frixos25

Segment the audio in smaller chunks and then process, i had the same issue and it worked.

krane5555 avatar Aug 22 '24 14:08 krane5555