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

Python: caffe has no attribute 'NCCL' #318

Closed
VasLem opened this issue Apr 30, 2017 · 1 comment
Closed

Python: caffe has no attribute 'NCCL' #318

VasLem opened this issue Apr 30, 2017 · 1 comment

Comments

@VasLem
Copy link

VasLem commented Apr 30, 2017

I guess this is a matter of different versions, but since January (BVLC#4563) caffe from BVLC has a NCCL module inside _caffe.py . I dived inside Python wrappers but I did not find any such wrapper for NCCL inside nv-caffe. Are there any plans to implement this module ? I ask, because CUDA users face a problem using NCCL module from original caffe, whereas NCCL in nv-caffe is tailored for CUDA (as expected for a NVIDIA library). Furthermore, by using such module, one could do multiGPU training using Python code.

@drnikolaev
Copy link

We support multiGPU training in pyCaffe starting from 0.16. Please give it a try.

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