zijundeng/pytorch-semantic-segmentation

ResNetDUC model can not converge in the dataset CamVid?

guanfuchen opened this issue · 2 comments

image

First thanks for your implementing for ResNetDUC, I try to train on the dataset CamVid, but it is trained slow and seem not converge. What should I do to get a better model?

Do you check whether there is any bug, such as forgetting to call loss.backward() ?

Sorry because it trains too slow, I thought it seems not converge.