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
Hello, great work!
In the paper and the code, you refer to an "annealing speed" lambda ranging over 10*(2^i) for i = 0, 1, ..., 8.
What does this refer to? Is it a learning rate annealer? Do you mean this is how often you reduce the learning rate?
I tried to read the code but could not figure out what seek does (the lambda parameter is used to update this data seek thing).
seek
Thank you very much!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello, great work!
In the paper and the code, you refer to an "annealing speed" lambda ranging over 10*(2^i) for i = 0, 1, ..., 8.
What does this refer to? Is it a learning rate annealer? Do you mean this is how often you reduce the learning rate?
I tried to read the code but could not figure out what
seek
does (the lambda parameter is used to update this data seek thing).Thank you very much!
The text was updated successfully, but these errors were encountered: