CCNet icon indicating copy to clipboard operation
CCNet copied to clipboard

Deadlock at loss.backward()

Open honggudrnjs opened this issue 6 years ago • 1 comments

Hello, thank you for sharing your impressive work! However, I got an issue on running your code. Deadlock always occurs at loss.backward() of second iteration(batch index 1). I think this is multiprocessing issue, isn't it? My torch version is 0.4.1 and python version is 3.6.1 I hope this issue be resolved soon!

honggudrnjs avatar Nov 24 '19 02:11 honggudrnjs

The issue may occur when the machine is out of GPU memory. You can reduce the input size and try again.

speedinghzl avatar Nov 24 '19 02:11 speedinghzl