【发布时间】:2019-02-14 20:35:51
【问题描述】:
在评估数据的预处理方面出现以下错误。
我正在运行的命令 -
python trainer/preprocess.py \
--input_dict "$DICT_FILE" \
--input_path "gs://cloud-ml-data/img/flower_photos/eval_set.csv" \
--output_path "${GCS_PATH}/preproc/eval" \
--cloud
错误
File "trainer/preprocess.py", line 490, in <module>main(sys.argv[1:])
File "trainer/preprocess.py", line 486, in main run(arg_dict)
File "trainer/preprocess.py", line 393, in run with beam.Pipeline(options=pipeline_options) as p:
File "/home/ankitagupta/.local/lib/python2.7/site-packages/apache_beam/pipeline.py", line 131, in __init__
'Pipeline has validations errors: \n' + '\n'.join(errors))
ValueError: Pipeline has validations errors:
Invalid GCS bucket (gs:// ml-flowers-216007/ankitagupta/flowers_ankitagupta_20180910_144047/preproc/temp), given for the option: temp_location. See https://developers.google.com/storage/docs/bucketnaming for more details.
【问题讨论】:
标签: google-cloud-platform google-cloud-storage image-recognition google-cloud-ml