We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi @YongfeiYan, thanks for sharing your project with us.
I would like to know how do I modify the implementation to use Bernoulli variables. I need the network to generate codes consisting of 0s and 1s.
Thanks.
The text was updated successfully, but these errors were encountered:
Just set categorical_dim=2, and use hard=True in gumbel_softmax function.
categorical_dim=2
hard=True
gumbel_softmax
Sorry, something went wrong.
Thank you :)
Hi @YongfeiYan, I have one more question. How to generate new data from the trained model? I need to get the representation for the test images.
No branches or pull requests
Hi @YongfeiYan, thanks for sharing your project with us.
I would like to know how do I modify the implementation to use Bernoulli variables. I need the network to generate codes consisting of 0s and 1s.
Thanks.
The text was updated successfully, but these errors were encountered: