how can i use fitrgp() function for gpuarray?
Show older comments
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?
Accepted Answer
More Answers (1)
Joss Knight
on 4 Apr 2023
0 votes
fitrgp does not support gpuArray inputs, sorry.
Categories
Find more on Gaussian Process Regression in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!