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
Thanks for your great work. I have the following concerns:
How many epochs to get the model convergent on camvid data?
In the paper, you use exponential decay of -0.995 for learning rate (1e-3). Is that mean you compute lr = 1e-3 * e^(-0.995 * epoch_id) for each epoch?
I want to reproduce your results in pytorch. I test on 9 images with visualized grounth truth and predictions below. But after 50 epochs, I did not see better.
Could you share with the tricks to train model?
Best,
Hai
The text was updated successfully, but these errors were encountered:
Hi @SimJeg ,
Thanks for your great work. I have the following concerns:
Could you share with the tricks to train model?
Best,
Hai
The text was updated successfully, but these errors were encountered: