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
Hey @simontomaskarlsson ,
Thanks for your great job!
Could you please guide me on how to continue training from an epoch, using saved .hdf5 models?
Thanks!
The text was updated successfully, but these errors were encountered:
Hi @Erfandarzi, I would suggest using the keras function
model.load_weights("path_to_weights") before line 239,
and maybe force the correct epoch number to start on
Hey @simontomaskarlsson ,
Thanks for your great job!
Could you please guide me on how to continue training from an epoch, using saved .hdf5 models?
Thanks!
The text was updated successfully, but these errors were encountered: