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
I've my own dataset that I want to train upon and want to use the bottle-neck layer in the saved model. The problem is that I want to do it in Keras but the savemodel seems to be saved in .pb and .ckpt files. I would appreciate if you can guide me towards transfer learning in tf 2.0 or how to convert the .pb and .ckpt files to generate a Keras model?
The text was updated successfully, but these errors were encountered:
I've my own dataset that I want to train upon and want to use the bottle-neck layer in the saved model. The problem is that I want to do it in Keras but the savemodel seems to be saved in .pb and .ckpt files. I would appreciate if you can guide me towards transfer learning in tf 2.0 or how to convert the .pb and .ckpt files to generate a Keras model?
The text was updated successfully, but these errors were encountered: