DeepFilterNet
DeepFilterNet copied to clipboard
GPU Memory torch.cuda.OutOfMemoryError
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?
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.
Nobody an idea?
Segment the audio in smaller chunks and then process, i had the same issue and it worked.