【发布时间】:2022-06-29 19:50:06
【问题描述】:
我想在顶点 ai、GCP 中部署我的模型(张量流)。我采取的步骤是这样的:
- 在谷歌云存储中创建一个新的存储桶,区域为
asia-southeast1(singapore)。 - 在那个存储桶中,我上传了我的 tensorflow 模型文件夹(pb 扩展名)。
- 我尝试将我的 tensorflow 模型导入顶点 ai 中,区域为
asia-southeast1(singapore)。 - 对于模型工件位置,我输入了正确的路径。但是我收到以下错误:
Model artifact must be in the same region as your model (asia-southeast1).
我在这里错过了什么吗?如果您需要更多信息,请随时在下面发表评论
screenshot of my vertexai gcp
screenshot of my google cloud storage bucket
【问题讨论】:
标签: google-cloud-platform google-cloud-vertex-ai