ericjang / gumbel-softmax

categorical variational autoencoder using the Gumbel-Softmax estimator
MIT License
425 stars 101 forks source link

Code Examples for Semi-Supervised Classification #3

Open lfloeer opened 7 years ago

lfloeer commented 7 years ago

Are there any code examples for the application of this kind of VAE to semi-supervised classification, as described in section 4.3 of the Gumbel-Softmax paper? I understand the technical details in the appendix, but I'm having trouble defining the right loss function for the model depicted in Figure 6. Any help would be much appreciated!

ericjang commented 7 years ago

I'll try to get around to it at some point! Been pretty busy with work lately :/

FilippoC commented 6 years ago

Is there any news about this? I am also interested!

Sadegh-Saberian commented 2 years ago

Hi, Any updates on this? I am having trouble figuring out the loss function... thanks!