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
We simply can not INFER because model was saved without network config on it ! Tensorflow 2 is so buggy as the ModelCheckpoint is not designed to save model config. In the meanwhile we do not know you class structure so that we can rebuild model again (1st question recently for continue training that was) and then load weights.
Any hint will help.
Thanks,
Steve
The text was updated successfully, but these errors were encountered:
We simply can not INFER because model was saved without network config on it ! Tensorflow 2 is so buggy as the ModelCheckpoint is not designed to save model config. In the meanwhile we do not know you class structure so that we can rebuild model again (1st question recently for continue training that was) and then load weights.
Any hint will help.
Thanks,
Steve
The text was updated successfully, but these errors were encountered: