We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
predict
ObservedMRDLayer
m.predict()
AttributeError: 'ObservedMRDLayer' object has no attribute 'predict'
PyDeepGP/deepgp/layers/mrd.py
Line 168 in 4ec944f
😕
The text was updated successfully, but these errors were encountered:
ok, for point 1. this seems to do the job phuselab@a4675ba?diff=unified#diff-58960237dbea25ce1641c87b9c47bf27
Sorry, something went wrong.
No branches or pull requests
predict
method is missing from theObservedMRDLayer
object.When
m.predict()
is called and the loop reaches the MRD layer it results inPyDeepGP/deepgp/layers/mrd.py
Line 168 in 4ec944f
😕
The text was updated successfully, but these errors were encountered: