Vertex AI Platform での構造化データを使用した予測 のレビュー
9348 件のレビュー
Ennoconn Yuchieh Cheng 鄭宇傑 · 12ヶ月前にレビュー済み
Balaji Deepak · 12ヶ月前にレビュー済み
Lueger Tristan · 12ヶ月前にレビュー済み
ERROR: (gcloud.ai-platform.jobs.submit.training) FAILED_PRECONDITION: Constraint `constraints/gcp.resourceLocations` violated for `projects/qwiklabs-gcp-00-0ac1d33a0acf`: region `us-central1` not allowed. See https://cloud.google.com/resource-manager/docs/organization-policy/defining-locations for details. - '@type': type.googleapis.com/google.rpc.PreconditionFailure violations: - description: 'Constraint `constraints/gcp.resourceLocations` violated for `projects/qwiklabs-gcp-00-0ac1d33a0acf`: region `us-central1` not allowed. See https://cloud.google.com/resource-manager/docs/organization-policy/defining-locations for details.' subject: orgpolicy:projects/qwiklabs-gcp-00-0ac1d33a0acf type: constraints/gcp.resourceLocations --------------------------------------------------------------------------- CalledProcessError Traceback (most recent call last) Cell In[21], line 1 ----> 1 get_ipython().run_cell_magic('bash', '', '\nOUTDIR=gs://${BUCKET}/babyweight/trained_model\nJOBID=babyweight_$(date -u +%y%m%d_%H%M%S)\n\ngcloud ai-platform jobs submit training ${JOBID} \\\n --region=${REGION} \\\n --module-name=trainer.task \\\n --package-path=$(pwd)/babyweight/trainer \\\n --job-dir=${OUTDIR} \\\n --staging-bucket=gs://${BUCKET} \\\n --master-machine-type=n1-standard-8 \\\n --scale-tier=CUSTOM \\\n --runtime-version=${TFVERSION} \\\n --python-version=${PYTHONVERSION} \\\n -- \\\n --train_data_path=gs://${BUCKET}/babyweight/data/train*.csv \\\n --eval_data_path=gs://${BUCKET}/babyweight/data/eval*.csv \\\n --output_dir=${OUTDIR} \\\n --num_epochs=10 \\\n --train_examples=10000 \\\n --eval_steps=100 \\\n --batch_size=32 \\\n --nembeds=8\n') File /opt/conda/lib/python3.10/site-packages/IPython/core/interactiveshell.py:2517, in InteractiveShell.run_cell_magic(self, magic_name, line, cell) 2515 with self.builtin_trap: 2516 args = (magic_arg_s, cell) -> 2517 result = fn(*args, **kwargs) 2519 # The code below prevents the output from being displayed 2520 # when using magics with decorator @output_can_be_silenced 2521 # when the last Python token in the expression is a ';'. 2522 if getattr(fn, magic.MAGIC_OUTPUT_CAN_BE_SILENCED, False): File /opt/conda/lib/python3.10/site-packages/IPython/core/magics/script.py:154, in ScriptMagics._make_script_magic.<locals>.named_script_magic(line, cell) 152 else: 153 line = script --> 154 return self.shebang(line, cell) File /opt/conda/lib/python3.10/site-packages/IPython/core/magics/script.py:314, in ScriptMagics.shebang(self, line, cell) 309 if args.raise_error and p.returncode != 0: 310 # If we get here and p.returncode is still None, we must have 311 # killed it but not yet seen its return code. We don't wait for it, 312 # in case it's stuck in uninterruptible sleep. -9 = SIGKILL 313 rc = p.returncode or -9 --> 314 raise CalledProcessError(rc, cell) CalledProcessError: Command 'b'\nOUTDIR=gs://${BUCKET}/babyweight/trained_model\nJOBID=babyweight_$(date -u +%y%m%d_%H%M%S)\n\ngcloud ai-platform jobs submit training ${JOBID} \\\n --region=${REGION} \\\n --module-name=trainer.task \\\n --package-path=$(pwd)/babyweight/trainer \\\n --job-dir=${OUTDIR} \\\n --staging-bucket=gs://${BUCKET} \\\n --master-machine-type=n1-standard-8 \\\n --scale-tier=CUSTOM \\\n --runtime-version=${TFVERSION} \\\n --python-version=${PYTHONVERSION} \\\n -- \\\n --train_data_path=gs://${BUCKET}/babyweight/data/train*.csv \\\n --eval_data_path=gs://${BUCKET}/babyweight/data/eval*.csv \\\n --output_dir=${OUTDIR} \\\n --num_epochs=10 \\\n --train_examples=10000 \\\n --eval_steps=100 \\\n --batch_size=32 \\\n --nembeds=8\n'' returned non-zero exit status 1.
Sanchez Gomez Carlos Fernando · 12ヶ月前にレビュー済み
All graded tasks are completing. However, the issue is in the notebook, showing errors during the deployment..
Posadas Arnel Perez · 12ヶ月前にレビュー済み
The deploy code had a problem with the region
Avila Torres Abimael · 12ヶ月前にレビュー済み
Jo Angeline · 12ヶ月前にレビュー済み
Muñoz Gutiérrez Ana A · 12ヶ月前にレビュー済み
Kaczmarek Klaudia · 12ヶ月前にレビュー済み
Hussain Parray Showkat · 12ヶ月前にレビュー済み
Rahman Azeez Ikramur · 12ヶ月前にレビュー済み
Agarwal Krish · 12ヶ月前にレビュー済み
., Babu · 12ヶ月前にレビュー済み
Ahmed Mohamed · 12ヶ月前にレビュー済み
Mendoza Daniel · 12ヶ月前にレビュー済み
Signin sree · 12ヶ月前にレビュー済み
good
Sivamany Sudharsane · 12ヶ月前にレビュー済み
The used Python version (3.7) is ancient and has run out of support. The command to start training fails with ERROR: (gcloud.ai-platform.jobs.submit.training) FAILED_PRECONDITION: Constraint `constraints/gcp.resourceLocations` violated for `projects/qwiklabs-gcp-04-7515c88bd99e`: region `us-east1` not allowed. See https://cloud.google.com/resource-manager/docs/organization-policy/defining-locations for details.
Grillenberger Paul · 12ヶ月前にレビュー済み
Kalapala Meghana · 12ヶ月前にレビュー済み
S B Sriram · 12ヶ月前にレビュー済み
Weston Huang 黃洋臺 · 12ヶ月前にレビュー済み
not updated to use vertex ai job submit
Theodorus Abraham · 12ヶ月前にレビュー済み
Cara Rustem · 12ヶ月前にレビュー済み
Herrera Silvina · 12ヶ月前にレビュー済み
MAGAR ARTI · 12ヶ月前にレビュー済み
公開されたレビューが、製品を購入または使用した人によるものであることは保証されません。Google はこれらのレビューの検証を行っていません。