gmayday1997 / SceneChangeDet

pytorch implementation of scene change detection
MIT License
234 stars 73 forks source link

Model does not converge on CD2014 dataset #18

Open PhiAbs opened 4 years ago

PhiAbs commented 4 years ago

I am currently trying to train the model on the CD2014 dataset (deeplabv2 as a backbone). I tried two different methods for training:

The problem is that the model does not converge for either training method. Did anybody also have that issue? How did you solve it? What parameters did you use for training? How long did you have to train?

Syzcannot commented 3 years ago

what is your Pytorch version?