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
Change --eval_epoch_freq to any larger number of epoch (for e.g 100, it will run and throw error at 100th epoch).
Its not a solution of the given problem, but a work around. You can train your model to as many number of epochs and then evaluate using test.py.
Perhaps this error does not affect the training and saving of the model? I think this is just for the purpose of calculating the metric in some iteration steps, so that we can select the final model to be tested according to the verification results. I haven't looked at the code details enough to know if I understand this correctly
How to handle this problem?
The text was updated successfully, but these errors were encountered: