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 sharing the code. After downloading the required dataset, the code performs well. However, when I try to modify the optimizer, for example, replace adam by sgd, the training process cannot converge even with smaller learning rate.
Could you give me some suggestions or some hints I shall take care of ? In any case thanks a lot!
The text was updated successfully, but these errors were encountered:
I am not sure about this problem. Maybe you can try a bigger learning rate and set use_scheduler=False.
I will re-train the model later. If I find something useful, I will reply to you immediately.
Hello,
Thanks for sharing the code. After downloading the required dataset, the code performs well. However, when I try to modify the optimizer, for example, replace adam by sgd, the training process cannot converge even with smaller learning rate.
Could you give me some suggestions or some hints I shall take care of ? In any case thanks a lot!
The text was updated successfully, but these errors were encountered: