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
By updating all embeddings regardless of if they are being used (in the current batch) you are decaying them towards 0. Is this intended?
https://github.com/deepmind/sonnet/blob/master/sonnet/python/modules/nets/vqvae.py
I have mostly read re-implementations of your code in pytorch and it could be a bug on their side but it looks like you are doing the same.
I have tried removing the hidden decay and only update the embeddings that are used but this seems to lower perplexity when training.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
By updating all embeddings regardless of if they are being used (in the current batch) you are decaying them towards 0. Is this intended?
https://github.com/deepmind/sonnet/blob/master/sonnet/python/modules/nets/vqvae.py
I have mostly read re-implementations of your code in pytorch and it could be a bug on their side but it looks like you are doing the same.
I have tried removing the hidden decay and only update the embeddings that are used but this seems to lower perplexity when training.
The text was updated successfully, but these errors were encountered: