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
{{ message }}
This repository was archived by the owner on Jul 24, 2024. It is now read-only.
I want to extract embeddings from the projection head of the model. I tried using TFSM layer to convert the model to keras compatible but there's no information of call_endpoint in model's signatures. Currently I'm getting the following error.