Replies: 3 comments 2 replies
-
Beta Was this translation helpful? Give feedback.
2 replies
-
Thank you for posting these. Will check them out ASAP and get back to you. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I'm having the same issue (it seems to be related with Colab 2.7). temporary solution -> save it as h5 I hope there will be an easy way to implement solution ... |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am unable to save the model created in Transfer Learning part 3 due to the following error (I also couldn't find any suggestions to resolve this anywhere else):
KeyError: "Failed to add concrete function 'b'__inference_model_layer_call_fn_197900'' to object-based SavedModel as it captures tensor <tf.Tensor: shape=(), dtype=resource, value=> which is unsupported or not reachable from root. One reason could be that a stateful object or a variable that the function depends on is not assigned to an attribute of the serialized trackable object (see SaveTest.test_captures_unreachable_variable)."
Any suggestions?
Beta Was this translation helpful? Give feedback.
All reactions