I want to deploy a Vertex-AI model in a production project which has been trained in a training project. ----TRAINING PRJ----- --------PRODUCTION PRJ-------
In the model I want to launch, I have some variables which have to be initialized with specific values. I currently store these variables into numpy arrays but
I created a pipeline with vertex ai and added the code for creating and storing my tensorboard logs in cloud storage. The next step in the instructions here htt