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

Is_training set to True in test #4

Open
KleinYuan opened this issue Jul 3, 2024 · 0 comments
Open

Is_training set to True in test #4

KleinYuan opened this issue Jul 3, 2024 · 0 comments

Comments

@KleinYuan
Copy link

I wonder why your "is_training" is set to True while doing test:

feed_dict={x: batch_data, is_training: True, z: np.zeros((batch_size, latent_dim))})
. This will lead the VAE use the wrong z ?

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