aboustati / dgplib

Library for Deep Gaussian Processes based on GPflow
Apache License 2.0
19 stars 6 forks source link

Sampling from posterior does not work for DSDGP #2

Closed aboustati closed 6 years ago

aboustati commented 6 years ago

When predicting samples from the posterior:

model.predict_f_samples(Xs, 1)

The following error occurs:

AttributeError: 'DSDGP' object has no attribute 'num_latent'