-
Notifications
You must be signed in to change notification settings - Fork 47
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
Cannot import Kuu name #37
Comments
Hi thanks for pointing this out. The code is not compatible with gpflow1.1. It should work with gpflow1.0, however. I will try to refactor the code for compatibility with gpflow1.1 later today. |
I've thought a bit more about this and think it's not worth refactoring right now as tensorflow2 and gpflow2 are very soon to be released. These new version will incur major refactoring, including much simplification (e.g. no autoflow), so I don't think it's worth changing things at this stage. To get the above code to work the |
Hi, I am facing the same problem with gpflow 1.5.0 , tensorflow 1.14.0 and python 3.7 |
Perhaps try gpflow1.4? |
Or 1.1 |
Thanks. I changed the version of gpflow to 1.3.0, tensorflow to 1.13.1 and it works. |
Hi Hugh,
We I was trying to import deep GP
from doubly_stochastic_dgp.dgp import DG
I get the following error:and I'm using GPflow 1.1.1
The text was updated successfully, but these errors were encountered: