kazuto1011 / deeplab-pytorch

PyTorch re-implementation of DeepLab v2 on COCO-Stuff / PASCAL VOC datasets
MIT License
1.09k stars 282 forks source link

Training time #69

Closed yuhaoliu7456 closed 5 years ago

yuhaoliu7456 commented 5 years ago

How many iterations does this train have to achieve the same effect? I trained v2 about 20,000 iterations, and tested the results on the training set very poorly.

kazuto1011 commented 5 years ago

100,000 for COCO-Stuff 160k, 20,000 for COCO-Stuff 10k, and 20,000 for PASCAL VOC, as written in README. Could you provide more information about a dataset, command you run, and any modifications?

yuhaoliu7456 commented 5 years ago

Thanks for your reply. I have found the issue.