how can i use fitrgp() function for gpuarray?
Mostra commenti meno recenti
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?
Risposta accettata
Più risposte (1)
Joss Knight
il 4 Apr 2023
0 voti
fitrgp does not support gpuArray inputs, sorry.
Categorie
Scopri di più su Gaussian Process Regression in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!