Closed rozentill closed 5 years ago
hi, This might be an issue with Pytorch dataloader dead locking. Please see https://github.com/pytorch/pytorch/issues/1355. One possible fix is to turn off the multiprocessing/multithreading for numpy and opencv. This works for most of our cases.
Works now, thanks!
Hi,
I am training MarrNet2 using default setting on shapenet chair dataset. It seems it always stops at Eval 3/1000 as shown below:
Any idea what's going on?
Thanks!