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
change backpropagate() to two versions (one is sequential in data, one is parallel in data)
backpropagate()
The text was updated successfully, but these errors were encountered:
Another workaround is to consider pass derivative as explicit outputs, and use aggregate to obtain overall gradient.
Sorry, something went wrong.
fix #33; but still can not handle concurrent issues #34
82ce86f
I like the second solution to handle data parallelization: It always keeps the status immutable.
No branches or pull requests
change
backpropagate()
to two versions (one is sequential in data, one is parallel in data)The text was updated successfully, but these errors were encountered: