how can i use fitrgp() function for gpuarray?
Afficher commentaires plus anciens
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?
Réponse acceptée
Plus de réponses (1)
Joss Knight
le 4 Avr 2023
0 votes
fitrgp does not support gpuArray inputs, sorry.
Catégories
En savoir plus sur Gaussian Process Regression dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!