PyTorch
model in Google Vertex AI,
model.pt
file
model.pth
.
model.pt
, please follow the below instructions.
<pytorch-model-file>
specified above should be of .pt format.
"SERIALIZED_FILE": f"{model_artifacts_dir}/
model.pt
"
.pt format
and in your custom_handler.py
file do the necessary changes to load the model from .pt
file.
<Video here>
**Tensorflow**