You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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.
update
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
The text was updated successfully, but these errors were encountered: