nips14-ssl icon indicating copy to clipboard operation
nips14-ssl copied to clipboard

Code for reproducing results of NIPS 2014 paper "Semi-Supervised Learning with Deep Generative Models"

Results 3 nips14-ssl issues
Sort by recently updated
recently updated
newest added

I notice that there are some pre-trained models in `models/` directory. I want to use the svhn_z_x_pca_300-500-500 model, but can't find `pca_params.ndict.tar.gz` in directory `models/svhn_z_x_pca_300-500-500/`. Could you be kind to...

Hi, I've been going through the code for the M2 model, and noticed the prior p(y) (`logpy` in the code) has been commented out and missing from your final reconstruction...

adam.py:55 , Is it 'alpha_t' instead of 'self.alpha' , because 'alpha_t' is never used.