wasidennis / AdaptSegNet

Learning to Adapt Structured Output Space for Semantic Segmentation, CVPR 2018 (spotlight)
847 stars 203 forks source link

training from scratch #57

Closed lqycrystal closed 5 years ago

lqycrystal commented 5 years ago

if I want to train the model from scratch, is it better to use epoch training rather then step training?

hfslyc commented 5 years ago

Hi, as long as the learning rate schedule is set properly, the results shouldn't be much different regarding epoch/step.