我试图将TensorFlow模型部署到GCP的云机器学习引擎中进行预测,但我得到了以下错误:
$> gcloud ml-engine versions create v1 --model $MODEL_NAME --origin $MODEL_BINARIES --runtime-version 1.9
Creating version (this might take a few minutes)......failed.
ERROR: (gcloud.ml-engine.versions.create) Bad model detected with error: "Fa
我试图将我的spring引导项目从spring 2.3迁移到2.5,然后将spring相应地迁移到2020.0.X,我注意到云提供商特定的库已经被删除了。
[ERROR] 'dependencies.dependency.version' for org.springframework.cloud:spring-cloud-starter-aws:jar is missing. @ line 56, column 21
[ERROR] 'dependencies.dependency.version' for org.springfra