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

Adversarial Autoencoder training procedure does not correspond to procedure described in paper #254

Open
acse-zrw20 opened this issue Jun 3, 2021 · 0 comments

Comments

@acse-zrw20
Copy link

acse-zrw20 commented Jun 3, 2021

The aae.py file trains the adversarial autoencoder in a different way to how it is described in the paper (https://arxiv.org/pdf/1511.05644.pdf).

In the paper there is a reconstruction phase, where the autoencoder minimizes the reconstruction error. And a regularization phase, where the adversarial network first updates its discriminative network and then the generator to fool the discriminative network.

In your code, the discriminator is first trained based on real and fake latent vectors, and then the generator and autoencoder are trained simultaneously with respective weights to the losses.

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