thundersvm icon indicating copy to clipboard operation
thundersvm copied to clipboard

Problem with "max_mem_size" on Colab

Open fcrdossantos opened this issue 4 years ago • 0 comments

I'm using the following code:

clf = SVR(kernel= 'linear',        
          max_mem_size=6000
           ) 

clf.fit(X_train,y_train)

Using Google Colab with GPU

It's always reaching the limit (12GB RAM)

There's any fix or work-around?

I'm using the last master branch (builded on Colab)

fcrdossantos avatar Aug 04 '21 18:08 fcrdossantos