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
Distributed computation is not working well, and we should switch to DistributedDataParallel for better efficiency
DistributedDataParallel
Solve multiple backwards issues:
no_sync
See https://pytorch.org/tutorials/intermediate/ddp_tutorial.html
Depends on experimaestro/experimaestro-python#32 since object duplication does not work with the current config/object layout
The text was updated successfully, but these errors were encountered:
bpiwowar
No branches or pull requests
Distributed computation is not working well, and we should switch to
DistributedDataParallel
for better efficiencySolve multiple backwards issues:
no_sync
context might lead to problems if the involved parameters are not the same...)no_sync
context)See https://pytorch.org/tutorials/intermediate/ddp_tutorial.html
Depends on experimaestro/experimaestro-python#32 since object duplication does not work with the current config/object layout
The text was updated successfully, but these errors were encountered: