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 use the pred_x0 mode and the default parameters. I trained the network using a time series dataset. The training loss keeps going down smoothly, while the val loss was very small at the first two epochs while it soars suddenly at the 3rd epoch. Then the val loss whipsawed instead of dropping when the training loss goes down. I really look forward to help with hyper-parameter settings and problem-solving. Thanks for any potential help in advance.
The text was updated successfully, but these errors were encountered:
This looks like a overfitting problem. Try to increase/decrease your learning rate and batch sizes. There is no "perfect" answer, it is always trial and error.
I do not see any explicit calculation or logging of a validation loss in the code, can you maybe share corresponding code? I am also looking into the 1D version. best wishes
Hey,
I use the
pred_x0
mode and the default parameters. I trained the network using a time series dataset. The training loss keeps going down smoothly, while the val loss was very small at the first two epochs while it soars suddenly at the 3rd epoch. Then the val loss whipsawed instead of dropping when the training loss goes down. I really look forward to help with hyper-parameter settings and problem-solving. Thanks for any potential help in advance.The text was updated successfully, but these errors were encountered: