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
The output results is "batch XXX: train=0.000000 test=0.000000".
Is there any wrong?
The text was updated successfully, but these errors were encountered:
sccbhxc
changed the title
I run the model, but it doesn't convergence. There is any point
I run the model, but it doesn't convergence. There is any point that I need to pay attention to?
Mar 16, 2018
sccbhxc
changed the title
I run the model, but it doesn't convergence. There is any point that I need to pay attention to?
I run the model, but it doesn't convergence. Is there any point that I need to pay attention to?
Mar 16, 2018
Could you show multiple lines of the output? Each line in the output corresponds to a single task evaluation, not an average, so there will be some zeros unless the model is perfect. Does every single line look like that?
By the way, a better way to see the results is to let the run finish, at which point a full evaluation is performed. With those arguments, this will be after 100K iterations. You can also use tensorboard to see smoothed learning curves during training.
I run the following code:
The output results is "batch XXX: train=0.000000 test=0.000000".
Is there any wrong?
The text was updated successfully, but these errors were encountered: