VaDE-pytorch icon indicating copy to clipboard operation
VaDE-pytorch copied to clipboard

the reproduce of Variational Deep Embedding : A Generative Approach to Clustering Requirements by pytorch

Results 6 VaDE-pytorch issues
Sort by recently updated
recently updated
newest added

Thank you for sharing your code. In the paper, pi_.sum() = 1. I found that vade.pi_.sum() > 1 in this code. Why?

Thanks for your pytorch code. I know the pi_c is obtained from GMM . however, when I get a pi_c, the pi_c[0] represents the label 0's prior probability from GMM,...

Hello, Thanks for sharing this code. I was wondering if you could also share the hyper-parametrization you have used in order to obtain the training curve on the front page:...

Hi @GuHongyang , Thanks for the reimplementation! they mention in the paper that `As for the generative process in Section 3.1, the multivariate Bernoulli distribution is used for MNIST dataset,...

After pre training, what is the prediction accuracy? My acc is only 0.7%. why?

extremely minor change: - using linear_sum_assignment instead of linear_assignment for cluster accuracy (fixed deprecated)