CVPR2020_MANet icon indicating copy to clipboard operation
CVPR2020_MANet copied to clipboard

The code is failed to training

Open YHDang opened this issue 3 years ago • 4 comments

Hello, thanks for your excellent research. I tried to reproduce your work but suffered from a question. The program stops while loading the DataLoader (line 98 in train_stage1.py). And it did not start to train. for ii, sample in enumerate(trainloader): I have tried to exchange the DATA_WORKERS to 0 but failed. Can you tell me some suggestions? Thank you very much

YHDang avatar Jul 21 '21 07:07 YHDang

Would you show more details of the error information?

sssdddwww2 avatar Jul 21 '21 11:07 sssdddwww2

Would you show more details of the error information?

Thanks for your reply. There is no error. The printed information is as follows. image And then the program doesn't continue.

YHDang avatar Jul 21 '21 12:07 YHDang

What's the version of pytorch you used? It is better to use pytorch 1.0.

lightas avatar Jul 21 '21 12:07 lightas

What's the version of pytorch you used? It is better to use pytorch 1.0.

Oh, I use pytorch 1.5. I'll try to change it to 1.0. Thanks very much.

YHDang avatar Jul 21 '21 12:07 YHDang