gpytorch icon indicating copy to clipboard operation
gpytorch copied to clipboard

Stochastic Variational Deep Kernel Learning on Multioutput regression example?

Open dajuguan opened this issue 3 years ago • 1 comments

📚 Documentation/Examples

I have tested the awesome SVDKL (Stochastic Variational Deep Kernel Learning) on CIFAR10/10, however when I want to tranform it to Multioutput regression on my dataset which has 60,000 records with 78 dim inputs and 72 dim outputs. I always run into errors like this: ''' asset( num_dim == len(x_grid) ''' So it's quite difficult for a beginner to code the Stochastic Variational Deep Kernel Learning on Multioutput regression. I wish you can publish an example, thanks!

dajuguan avatar Aug 12 '21 01:08 dajuguan

+1 I want to know how I can achieve 1D output regression with SVDKL can't find any documentation anywhere on the best way to do this..

GeorgeDeac avatar Jun 18 '23 13:06 GeorgeDeac