Open sambatra opened 9 months ago
Hi @sambatra . Can you please explain better what you mean by "original" and "loaded" model? Is the original model the result in the paper and loaded the one you obtain by training yourself?
A common issue could be due to the version of Pytorch and GPytorch used in your experiments. Try using the same setup we used and the same seeds, the results should be exactly the same.
Hi there,
I was wondering why the saved and loaded model performs poorly compared to the original model. I used the exact same test data in both cases and got R2_score = 0.97, -0.001 for the original and loaded model respectively.
Best