GP_DRF icon indicating copy to clipboard operation
GP_DRF copied to clipboard

Official code for "Efficient Deep Gaussian Process Models for Variable-Sized Inputs" - accepted in IJCNN2019

Results 3 GP_DRF issues
Sort by recently updated
recently updated
newest added

I tested with the latest torch (1.3.1). However, I ran into the following error: steps to reproduce: ``` conda create -n gp-drf python=2.7 pip conda activate gp-drf pip install torch==1.3.1...

minor issue: I noticed that the readme states `python GP_DRF_example.py` However, it appears that it should be `python GP_Var_example.py`

Hi, thanks for the code. I wanted to try it out. However, there seems to be a missing determinant function in the utilils.py script steps to reproduce: ``` conda create...