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
Please change steps_per_validation in config file to 50. Your training set is very small and contains only has 148 batchs per epoch. The default value of steps_per_validation is 300 which means the validation step will not be run and validation loss won't be evaluated. That's why it prompted "best model at epoch None step None".
On Thu, Feb 11, 2021 at 3:56 PM volpato30 ***@***.***> wrote:
Please change steps_per_validation in config file to 50. Your training set
is very small and contains only has 148 batchs per epoch. The default value
of steps_per_validation is 300 which means the validation step will not be
run and validation loss won't be evaluated. That's why it prompted "best
model at epoch None step None".
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#3 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AIK5UOELU7GT2RACCDK24K3S6PV3XANCNFSM4XONLFCA>
.
Hi there again,
I am trying to create an small model. However I got this message
when I try with more data everything seems to be ok.
best,
Carlos
The text was updated successfully, but these errors were encountered: