Open vr308 opened 3 years ago
hello, I have committed some code under file, partial_gaussian.py -> the main class is called PointNet, it can be used to encode a high dimensional vector with missing dimensions, can we please see if we can hook this up to our LatentVariable class and the BayesianGPLVM. Thanks
@vr308 The forward method appears to be a decoder, is this right?
As per Matt Ashman,
It should be straightforward to use a PointNet as encoder to train on missing data.
(Ask Matt for code)