Skip to content
New issue

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

bug in CVAE encoder? #969

Open
yin-zhang opened this issue Feb 1, 2025 · 0 comments
Open

bug in CVAE encoder? #969

yin-zhang opened this issue Feb 1, 2025 · 0 comments

Comments

@yin-zhang
Copy link

yin-zhang commented Feb 1, 2025

Line 94 in the CVAE encoder is:

logvar = self.linear_means(x_out)

It should instead be:

logvar = self.linear_logvar(x_out)

Don't know how much it matters, as when things converge, we do have logvar = mu = 0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant