how can i use fitrgp() function for gpuarray?
Ältere Kommentare anzeigen
var1= gpuArray(data1);
var2= gpuArray(data2);
response=data3;
regression_data=table(var1, var2, response);
gprMdl = fitrgp(regression_data,'response');
i want to use gpu but i get a error "The value of X must not be a gpuArray"
how can i use the qpu?
or how can i reduce train time?
Akzeptierte Antwort
Weitere Antworten (1)
Joss Knight
am 4 Apr. 2023
0 Stimmen
fitrgp does not support gpuArray inputs, sorry.
Kategorien
Mehr zu Gaussian Process Regression finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!