在cloudml-samples/flowers/sample.sh 中的Google 示例代码中,第 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
不应该将“区域”替换为“区域”以避免错误吗?
(我无法就此提交 PR。)