google cloud machine learning error

前端 未结 2 1587
囚心锁ツ
囚心锁ツ 2021-01-17 04:31

pleas help me i cannot solve this

ERROR: (gcloud.beta.ml.models.versions.create) FAILED_PRECONDITION: Field: version.deployment_uri Error: The model directory gs://v

相关标签:
2条回答
  • 2021-01-17 05:13

    This command has since been updated to gcloud ml-engine versions create.

    It is recommended to run gcloud components update to install the latest GCloud, then follow the new instructions for deploying your own models to Cloud ML Engine.

    • Note: If you experience issues with GCloud in the future, it is recommended to report the issue in a Public Issue Tracker.
    0 讨论(0)
  • 2021-01-17 05:26

    I am new to Google Cloud. I have also got the same kind of issue. When I was trying to create version for model. I have resolved it.

    you need to do two steps:

    • Export model --> it will give you saved_model.pbtxt, I am using tensorflow so I have used export_savedmodel()

    • Upload saved_model.pbtxt & variables folder to storage and try

    0 讨论(0)
提交回复
热议问题