-
Notifications
You must be signed in to change notification settings - Fork 130
Stochastic discrete gradient #1097
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
base: dev
Are you sure you want to change the base?
Stochastic discrete gradient #1097
Conversation
…t' into stochastic-discrete-gradient
|
TODO:
|
|
|
@thom-dani bug report
the problem is that there is a gradient caching mechanism and that mechanism needs to be disabled if the gradient parameters (backend, seed) change from one execution to the next. thanks for fixing this ASAP and letting me know when this is done. |
…into stochastic-discrete-gradient
…into stochastic-discrete-gradient
|
hi @thom-dani , thanks for the hot fix.
|
|
Hello @julien-tierny, I fixed the bug and I don't observe the behavior you described anymore. |
Thanks for contributing to TTK!
Before submitting your pull request, please:
Review our Contributor Guidelines, in particular regarding code formatting (with clang-format) and continuous integration.
Please provide a quick description of your contributions below:
Implementation of stochastic discrete gradient.