wjmaddox / online_gp

Code repo for "Kernel Interpolation for Scalable Online Gaussian Processes"
Apache License 2.0
54 stars 7 forks source link

What's the meaning of variable "stem"? #1

Open yuhui-xie opened 2 years ago

yuhui-xie commented 2 years ago

And is it possible to update the model with different size batch?

yuhui-xie commented 2 years ago

And may I ask how to apply the kernel, RBFKernelGrad, to your project? Can I directly sub it to the original kernel SpecturalMixtureKernel in your code? It would be great helpful, thank you very much!