Open christopher5106 opened 7 years ago
if I remove this line i get :
'Worker' object has no attribute '_multinode'
I got this error, too. Can anybody help? I installed every dependency that platoon needs. But still got this error. I did some debug step by step. I found that the error might be caused by
self._local_id = gpucoll.GpuCommCliqueId(context=self.gpuctx)
in channel/worker.py. I'm not familiar with the gpuarray class and not sure about how GpuCommCliqueId works. But this expression seems to be crushed. So the following initialization for worker is not complete.
I got the idea from another issue, and the error was solved. We should install nccl first, then install libgpuarray and pygpu. (Remember to set your LD_LIBRARY_PATH).
is the lstm example working ? thanks