--region 与 cloudml-samples/flowers/sample.sh 中的 --regions 参数
--region versus --regions argument in cloudml-samples/flowers/sample.sh
在 Google 的示例代码 cloudml-samples/flowers/sample.sh 中,第 66 行和第 69 行之间的参数是 "region":
# Tell CloudML about a new type of model coming. Think of a "model" here as
# a namespace for deployed Tensorflow graphs.
gcloud ml-engine models create "$MODEL_NAME" \
--region us-central1
不应该将 "region" 替换为 "regions" 以避免错误吗?
(我无法提交关于此的 PR。)
这个问题已经修复,将在接下来的几天内推送。
在 Google 的示例代码 cloudml-samples/flowers/sample.sh 中,第 66 行和第 69 行之间的参数是 "region":
# Tell CloudML about a new type of model coming. Think of a "model" here as
# a namespace for deployed Tensorflow graphs.
gcloud ml-engine models create "$MODEL_NAME" \
--region us-central1
不应该将 "region" 替换为 "regions" 以避免错误吗?
(我无法提交关于此的 PR。)
这个问题已经修复,将在接下来的几天内推送。