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,
Would you like to tell me why you added scalar '79' in front of the cross entropy (RVAE, Line 110)? loss = 79 * cross_entropy + kld_coef(i) * kld
best
The text was updated successfully, but these errors were encountered:
when I remove 79, kld can go to zero very fast.
Sorry, something went wrong.
Hi, thanks for your reply. We have to use kl annealing to alleviate kl vanishing issue in this model. I think it is the same.
No branches or pull requests
Hi,
Would you like to tell me why you added scalar '79' in front of the cross entropy (RVAE, Line 110)?
loss = 79 * cross_entropy + kld_coef(i) * kld
best
The text was updated successfully, but these errors were encountered: