question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

GPflow is not predicting classes

See original GitHub issue

I have been stuck in this for long now. I have put the question on stack overflow. Question . I really need help with predict _y and predict _f . I trained GP model well and I checked the parameters after training but model does not predict at all during deployment with GP checkpoints.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:9 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
markvdwcommented, Oct 5, 2020

To add a suggestion to this: If you are worried about loading/saving checkpoints… Perhaps you can create a minimum example that trains a tiny model on a toy dataset, that stores and then restores the model.

If this doesn’t work, then this is a minimal example that we can help with.

0reactions
st--commented, Oct 5, 2020

I’m afraid we don’t have time to run other people’s code unless it is a minimal example. Breaking your problem down into the smallest chunk that still reproduces your issue is work, but that is work that you need to carry out. You’re welcome to re-open this issue with an actually reproducible minimal example.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Prediction is slower than I would expect · Issue #1003 - GitHub
0. It takes 10ms to call predict_y on my SGPR model. There are 30 inducing points, the input dimensionality is 8, and the...
Read more >
GPFlow model gives bad predictions on test set - Stack Overflow
I set one parameter not trainable, because my model gave bad prediction on both test & train sets. Now I have very bad...
Read more >
GPflow manual - Read the Docs
You can use this document to get familiar with GPflow. We've split up the material into four different categories: basics, understanding, advanced needs, ......
Read more >
Basic (binary) GP classification model - GPflow Documentation
This notebook shows how to build a GP classification model using variational inference. Here we consider binary (two-class, 0 vs. 1) classification only...
Read more >
Predicting molecular properties with GPflow | by TDS Editors
Even if you are looking for your first data science gig, I would caution you not to blindly jump at the first offer...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found