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
hivemind/hivemind/client/averaging/training.py
Lines 24 to 26 in 27ea94e
simple.py
asgd.py
averaged_opt.py
The text was updated successfully, but these errors were encountered:
The functionality was originally implemented by @xtinkt in #252 , then reintegrated by me in #400
The exact behavior of ParamterAveragingOptimizer can be achieved as such:
hivemind.Optimizer(..., use_local_updates=True, target_batch_size=AVERAGE_EVERY_THIS_MANY_SAMPLES)
For more detailed explanation, please refer to
Sorry, something went wrong.
xtinkt
No branches or pull requests
( see parameters
hivemind/hivemind/client/averaging/training.py
Lines 24 to 26 in 27ea94e
simple.py
to something more appropriate, e.g.asgd.py
averaged_opt.py
, **your ideasThe text was updated successfully, but these errors were encountered: