-
Dear gpytorch developers and users, I'm writing a code where a deep neural network and Gaussian process are combined.
During training, namely model.train(), I didn't get any error. model.eval() Traceback (most recent call last): I think ExactGP.foward implicitly receives "train_x" as an additional input when model.eval(), resulting in that argument 'x' got two arguments, train_x and test_x. Any information would be helpful. Best regards, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I fixed it. |
Beta Was this translation helpful? Give feedback.
I fixed it.