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
With the option -gpu=all, it randomly gets stuck without any error message.
And the last snippet of output where it gets stuck is
I1123 09:54:54.429864 18272 common.cpp:228] New stream 0x7fe958334c20 on device 3, thread 140642958915328
I1123 09:54:54.432126 18048 common.cpp:228] New stream 0x7fea1c33a420 on device 0, thread 140644109477632
I1123 09:54:54.439190 18271 common.cpp:228] New stream 0x7fe954334c20 on device 2, thread 140641080178432
I1123 09:54:54.441017 18273 common.cpp:228] New stream 0x7fe960001060 on device 0, thread 140641071785728
The issue #357 seems to suggest that this type of deadlock is already solved with the latest version. Can somebody please help me in figuring out what could be the problem.
The text was updated successfully, but these errors were encountered:
Installed the latest caffe-0.16 with cuda 8, cudnn 7 and nccl-1.3.4-1. With ImageData layer as follows:
The command run is
This results in following error message
With the option -gpu=all, it randomly gets stuck without any error message.
And the last snippet of output where it gets stuck is
The issue #357 seems to suggest that this type of deadlock is already solved with the latest version. Can somebody please help me in figuring out what could be the problem.
The text was updated successfully, but these errors were encountered: