Deep Multi-Fidelity Gaussian Processes in gpytorch #2502
Replies: 2 comments
-
Hi. I'm copying the paper (Nonlinear information fusion algorithms for data-efficient multi-fidelity modelling), but also can't get the exact result as the example code coded by GPy, which is published by the paper author. I think the problem may be occured in the model trainning process. In the origin code, the author restart the tranning process by using GPy.optimize_restarts. If u have some other advises, welcome to reply me. Thx~ |
Beta Was this translation helpful? Give feedback.
-
Maybe i've found the reason. This answer can be the reference for the problem:https://github.com/cornellius-gp/gpytorch/issues. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everybody!
I'm trying to implement the Deep Multi-Fidelity Gaussian Process procedure found in this paper.
To do so I've pretty much mixed two tutorials (DKL and Hadamard) and what I found in this issue here on GitHub, which apparently worked on previous versions of gpytorch but doesn't now. Right now I have two scripts:
I'd be very glad if anyone has come across the same problems and has any advice/guidance. Also please bear in mind that I'm just starting to learn python and the theory behind GPs, so I might have missed some basic stuff.
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions