Mathew Fischbach
Mathew Fischbach
How many threads are you using? SVM uses all available threads, so having N number of threads leads to consuming N times more ram. https://intel.github.io/scikit-learn-intelex/memory-requirements.html
I'm running into the same problem right now actually. I'm not sure which environmental variable controls the number of threads, so I came to this GitHub to find out! I'll...
It doesn't appear to be a SLURM issue for me, as even using the same system with and without SLURM gives me an odd issue in that SVC is returning...
@JeppeKlitgaard I was running into the same problem, except I was getting a plot with two legends where one was improperly placed. Here's a working example I got running that...