You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am currently trying to train the model on the CD2014 dataset (deeplabv2 as a backbone).
I tried two different methods for training:
Method 1: I used the predefined parameter for learning, except for the learning rate which I set to 1e-10 (because in an earlier test, I had the impression that 1e-7 was too large). I also adjusted the code such that I can train with batch_size > 1.
Method 2: basically the same as for method 1, but I applied gradient clipping with max_norm=5.
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: