Chris Mitchell

Results 87 comments of Chris Mitchell

the error is "MemoryError: Unable to allocate" Spleeter uses AI which is very memory intensive. You could try reducing the maximum song length ![seconds](https://user-images.githubusercontent.com/5217188/162566772-653cede9-a8ec-4e96-8a3b-12bce1d80786.png)

From the error message you have provided, Spleeter is trying to allocate 754 MB of ram and it is failing to do so. This is not an error that i've...

(11503 * 2049 * 2) * 128 = 6,033,829,632 bits (754 MB)

thanks for that, i'll add it in tonight :)

it looks possible https://github.com/deezer/spleeter/wiki/2.-Getting-started#train-model

I have only provided for the 2/4/5 stem models in the interface. But i guess i can add a drop listbox for custom models...it just hasn't come up before. I'll...

@Gusher the next version of my GUI is almost ready for release but i am having trouble with the training and evaluation part of spleeter. Having followed all the guides...

Hi It is saying that it ran out of memory. Try a smaller file and see how it goes Sent from my mobile thingy ________________________________ From: ainy0315 ***@***.***> Sent: Sunday,...

you have set your song length to 99999, by default, it is 600. this setting tells spleeter how much memory to set aside for processing. putting this up too high...

The only difference using SpleeterGUI is that it uses a JSON config file. Also, these newer versions of Spleeter will use GPU if available, Your error message relates to GPU...