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

Disallow PythonLayer in Multi-GPU training #3032

Merged
merged 1 commit into from
Sep 25, 2015

Conversation

ronghanghu
Copy link
Member

This PR disallow PythonLayer during Multi-GPU training phase. Otherwise it crash due to GIL issues #2936.

@jeffdonahue @longjon @shelhamer We should merge either this PR or #2939, to fix PythonLayer crash in Multi-GPU.

shelhamer added a commit that referenced this pull request Sep 25, 2015
Disallow PythonLayer in Multi-GPU training
@shelhamer shelhamer merged commit 3b85440 into BVLC:master Sep 25, 2015
@ronghanghu ronghanghu deleted the ban-pythonlayer-in-parallel branch September 25, 2015 22:54
@ronghanghu
Copy link
Member Author

This is meant to be a partial workaround before we have better solutions. #2939 seems better than this PR (to me) but needs more testing.

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

Successfully merging this pull request may close these issues.

None yet

3 participants