zhusuan icon indicating copy to clipboard operation
zhusuan copied to clipboard

Fix vae_ssl: variable name issue and n not match

Open csy530216 opened this issue 4 years ago • 0 comments

Two issues in vae_ssl.py and vae_ssl_adaptive_is.py are fixed now:

  1. The variable names x_labeled and x_unlabeled were reused.
  2. The n in modelling of unlabeled part in vae_ssl.py should be n * n_class.

csy530216 avatar Jan 09 '20 14:01 csy530216