【发布时间】:2021-12-28 06:04:11
【问题描述】:
我应该使用 Google 的托管 ML 平台 Vertex AI 为实习构建端到端机器学习工作流程。尽管我完全按照教程进行操作,但当我运行训练作业时,我会看到以下错误消息:
Training pipeline failed with error message: There are no files under "gs://dps-fuel-bucket/mpg/model" to copy.
根据教程,我们不应该在存储桶中有 /model 目录。并且模型应该创建这个目录并将最终结果保存在那里。
# Export model and save to GCS
model.save(BUCKET + '/mpg/model')
我添加了这个目录,但仍然遇到这个错误。 有人知道吗,提前谢谢:)
【问题讨论】:
标签: google-cloud-platform google-cloud-vertex-ai google-bucket