-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
not seeing plot when i execute model.plot() #5
Comments
@mzwiessele is this associated with the changes of the plotting code for On Mon, Feb 29, 2016 at 9:48 PM, Mawul4j [email protected] wrote:
|
Could you provide a code snippet reproducing the error and your python version, so we can narrow it down? Also which GPy are you using?
|
Please, is there anything i am doing wrong? |
I have managed to upgrade GPy to version 0.9.4 but this issue persists. |
I don't think it has anything to do with you doing something wrong. I cannot be sure though. Could you give us a minimalist example of when it goes wrong? So we can run it on newer versions of GPy and see how it performs there? Also we might be able to find the problem, if there is one in DeepGP. Thanks
|
Okay. I don't know if that makes sense. |
Do you have a piece of code, which we can run, which reproduces the error? That would be very helpful in order to see where the problem lies. Thanks
|
Have you tried commenting out this? https://github.com/SheffieldML/deepGPy/blob/master/step_fn_demo.py#L4 |
Yes but it did not solve the problem for me. Did it work for you? |
OK nevermind my previous comment as you were trying to run the notebook, not the step function demo script. I couldn't replicate the problem you have on a mac with the latest GPy. |
The plotting.py file contains code that only covers cases where input and output dimensions are ==1. |
No, if it works for Thang, it's on github. If your output dimension is larger than 1, I suspect that simply no plot James. On 5 April 2016 at 22:44, Mawul4j [email protected] wrote:
|
@jameshensman Basically, i want to reproduce figure 4 of the paper "Nested Variational Compression in Deep Gaussian Processes". So, I ran the example in the notebook on robot wireless data to get that result. |
I would like to reproduce the results in figure 4 of the paper "Nested Variational Compression in Deep Gaussian Processes" from "Nested Deep GPs.ipynb" notebook but model.plot() does not show any figure. Please what am i doing wrong?
The text was updated successfully, but these errors were encountered: