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
In main.py there isn't any code that permit to save checkpoints or export model. I try to add model.save('trained.h5') after history = ... but it doesn't work. Anyone knows how to resolve this problem?
I need to obtain h5 trained model.
In main.py there isn't any code that permit to save checkpoints or export model. I try to add
model.save('trained.h5')afterhistory = ...but it doesn't work. Anyone knows how to resolve this problem?I need to obtain h5 trained model.