-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
[Discussion] distribute the memory GPU #183
Comments
one gt 1030 is enough for memory at 2,40min. how to start multi gpu? set CUDA_VISIBLE_DEVICES = 0,1 does not help, anyway the memory load on one card. (C:\Users\asus\Documents\spleeter-gpu) C:>spleeter separate -i spleeter/audio_example.mp3 -p spleeter:2stems -o output
Hint: If you want to see a list of allocated tensors when OOM happens, add report_tensor_allocations_upon_oom to RunOptions for current allocation info. (1) Resource exhausted: OOM when allocating tensor with shape[2,22264,2049] and type complex64 on /job:localhost/replica:0/task:0/device:GPU:0 by allocator GPU_0_bfc 0 successful operations. During handling of the above exception, another exception occurred: Traceback (most recent call last):
Hint: If you want to see a list of allocated tensors when OOM happens, add report_tensor_allocations_upon_oom to RunOptions for current allocation info. (1) Resource exhausted: OOM when allocating tensor with shape[2,22264,2049] and type complex64 on /job:localhost/replica:0/task:0/device:GPU:0 by allocator GPU_0_bfc 0 successful operations. Original stack trace for 'stft/rfft': |
This has been solved before. You want to chop the song in parts. Once you have the parts of the song, you use Spleeter on the parts. Once the parts have been Spleeted, you combine the parts together. |
how to distribute the memory load to 2 GPU. 2gb of memory is enough for a file 2.40 minutes long 2stems. how to make 2 gpu work at the same time?
gt 1030x2
The text was updated successfully, but these errors were encountered: