From a72f73973c676bbc97f261cd677f4fd5e9ca763f Mon Sep 17 00:00:00 2001 From: Daniel Ecer <de-code@users.noreply.github.com> Date: Tue, 2 Jan 2018 11:01:22 +0000 Subject: [PATCH] removed invalid cloud argument --- eval.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/eval.sh b/eval.sh index e097904..2e5454d 100755 --- a/eval.sh +++ b/eval.sh @@ -50,7 +50,6 @@ if [ $USE_CLOUD == true ]; then --region us-central1 \ --runtime-version=1.2 \ -- \ - --cloud \ ${COMMON_ARGS[@]} else gcloud ml-engine local train \ -- GitLab