Skip to content
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

what does this error mean? #1315

Open
BDSKU opened this issue May 1, 2024 · 1 comment
Open

what does this error mean? #1315

BDSKU opened this issue May 1, 2024 · 1 comment

Comments

@BDSKU
Copy link

BDSKU commented May 1, 2024

MemoryError: "Unable to allocate 3.12 GiB for an array with shape (2, 769, 272036) and data type complex64"
Traceback Error: "
File "UVR.py", line 6638, in process_start
File "separate.py", line 1055, in seperate
File "separate.py", line 1123, in loading_mix
File "lib_v5\spec_utils.py", line 250, in combine_spectrograms
"

Error Time Stamp [2024-05-01 21:03:02]

Full Application Settings:

vr_model: Choose Model
aggression_setting: 5
window_size: 512
mdx_segment_size: 256

@LittleCyberCortex
Copy link

LittleCyberCortex commented May 4, 2024

Simply out of memory. RAM or VRAM, whatever method you chose.
Note, incase you are using a 3gb GPU, thats hardly enough to run all included models, some will refuse to run. You can also run into memory problems with bigger cards, I'm using a 6gig card, had a running docker container in the background and thought it didn't use any resources as it was idling, however it was still hogging enough vram to yield a similar message in UVR5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants