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
The checkpoint of your pre-train model is not loading for me. There is an error message stating "bad marshal data". I think there is an inconsistency between the versions of my Keras package and yours. I am experimenting with your notbook on Google Colab. If you are able to help me with this error, it would be greatly appreciated!
The text was updated successfully, but these errors were encountered:
Yes it's a Keras version error. One solution is to save the model weights and then use the load_weights method on a newly instantiated model with the same architecture. I hope I will get around to doing this soon but if you do let me know!
The checkpoint of your pre-train model is not loading for me. There is an error message stating "bad marshal data". I think there is an inconsistency between the versions of my Keras package and yours. I am experimenting with your notbook on Google Colab. If you are able to help me with this error, it would be greatly appreciated!
The text was updated successfully, but these errors were encountered: