I have successfully trained a Two Tower model on Google Vertex AI as per the guide here. I now would like to download the model and try some inference locally o
I have a vertex AI modele deployed on an endpoint and want to do some prediction from my app in golang. To do this I create code inspired by this exemple : http