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, I read your paper with great interest.
However, I don't understand the implementation of the Gumbel-Sigmoid part.
How can Eq.2 in your paper become below?
skill_logits = RelaxedBernoulli(temperature=1., logits=skill_logits).rsample()
Also, isn't z_{ij} binary? It doesn't seem to be binary in your code.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi, I read your paper with great interest.
However, I don't understand the implementation of the Gumbel-Sigmoid part.
How can Eq.2 in your paper become below?
Also, isn't z_{ij} binary? It doesn't seem to be binary in your code.
The text was updated successfully, but these errors were encountered: