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
Can someone tell me the intuition of applying an optimizer (descending gradient, adam) to the latent code.
the optimizer looks for the image in the latent space, the latent space is updated instead of the weights of a neural network.
Why does it work in this case, since it is not the weights of a neural network that is updated?
How does the optimizer know the latent code that represents the input image for the generator?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Can someone tell me the intuition of applying an optimizer (descending gradient, adam) to the latent code.
the optimizer looks for the image in the latent space, the latent space is updated instead of the weights of a neural network.
Why does it work in this case, since it is not the weights of a neural network that is updated?
How does the optimizer know the latent code that represents the input image for the generator?
The text was updated successfully, but these errors were encountered: