Skip to content
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

Parallel training and PoolingLayer::Forward_cpu #1312

Closed
cypof opened this issue Oct 17, 2014 · 1 comment
Closed

Parallel training and PoolingLayer::Forward_cpu #1312

cypof opened this issue Oct 17, 2014 · 1 comment

Comments

@cypof
Copy link
Member

cypof commented Oct 17, 2014

It seems that top_mask and mask can contain -1 values in the Backward_cpu phase when multiple solvers run in parallel on the same weights (#1148). It seems the main loop (line 132) misses indexes, and I'm not sure how to change it to be resilient to weights changing concurrently.

@shelhamer
Copy link
Member

Closing as outdated given #4563

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants