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
keras allows you to begin training at a specific epoch, this is useful if you want to continue training a model and keep history data clean. Can you make sure that the total length is epochs-initial_epoch to keep predictions accurate and prevent it looking like it's broken when it ends before it's done.
Thanks!
The text was updated successfully, but these errors were encountered:
keras allows you to begin training at a specific epoch, this is useful if you want to continue training a model and keep history data clean. Can you make sure that the total length is epochs-initial_epoch to keep predictions accurate and prevent it looking like it's broken when it ends before it's done.
Thanks!
The text was updated successfully, but these errors were encountered: