Felipe Cabrera
Results
2
issues of
Felipe Cabrera
## Support Question **Question** Hello, I was looking for some information on Google and as I didn't find it, I came here to ask for support. Let's say I have...
question
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...