第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問(wèn)題,去搜搜看,總會(huì)有你想問(wèn)的

沒(méi)有這樣的文件或目錄谷歌云存儲(chǔ)錯(cuò)誤

沒(méi)有這樣的文件或目錄谷歌云存儲(chǔ)錯(cuò)誤

叮當(dāng)貓咪 2023-05-09 10:49:44
我對(duì) Google Cloud Platform 還很陌生,我正在嘗試使用 TPU 訓(xùn)練模型。我按照本教程使用 Google Colab 設(shè)置 TPU。下面的所有代碼都遵循教程。這是我完成的步驟:import datetimeimport jsonimport osimport pprintimport randomimport stringimport sysimport tensorflow as tfassert 'COLAB_TPU_ADDR' in os.environ, 'ERROR: Not connected to a TPU runtime; please see the first cell in this notebook for instructions!'TPU_ADDRESS = 'grpc://' + os.environ['COLAB_TPU_ADDR']print('TPU address is => ', TPU_ADDRESS)from google.colab import authauth.authenticate_user()with tf.Session(TPU_ADDRESS) as session:  print('TPU devices:')  pprint.pprint(session.list_devices())  # Upload credentials to TPU.  with open('/content/adc.json', 'r') as f:    auth_info = json.load(f)  tf.contrib.cloud.configure_gcs(session, credentials=auth_info)  # Now credentials are set for all future sessions on this TPU.輸出:TPU address is =>  grpc://10.4.89.154:8470提供我的BUCKET名字和OUPUT DIRECTORY姓名:BUCKET = 'my_xlnet' #@param {type:"string"}assert BUCKET, '*** Must specify an existing GCS bucket name ***'output_dir_name = 'xlnet_output' #@param {type:"string"}BUCKET_NAME = 'gs://{}'.format(BUCKET)OUTPUT_DIR = 'gs://{}/{}'.format(BUCKET,output_dir_name)tf.gfile.MakeDirs(OUTPUT_DIR)print('***** Model output directory: {} *****'.format(OUTPUT_DIR))將預(yù)訓(xùn)練模型移至 GCS 存儲(chǔ)桶:!gsutil mv /content/xlnet_extension_tf/model/xlnet_cased_L-24_H-1024_A-16 $BUCKET_NAME輸出:...Operation completed over 5 objects/1.3 GiB.   然后運(yùn)行主要代碼:!python /content/xlnet_extension_tf/run_coqa.py \--use_tpu=True \--tpu_name=grpc://10.4.89.154:8470 \--spiece_model_file=$BUCKET_NAME/xlnet_cased_L-24_H-1024_A-16/spiece.model \--model_config_path=$BUCKET_NAME/xlnet_cased_L-24_H-1024_A-16/xlnet_config.json \--init_checkpoint=$BUCKET_NAME/xlnet_cased_L-24_H-1024_A-16/xlnet_model.ckpt \...然后我得到了這個(gè)錯(cuò)誤:OSError: Not found: "gs://my_xlnet/xlnet_cased_L-24_H-1024_A-16/spiece.model": No such file or directory Error #2這是 GCS 存儲(chǔ)桶屏幕:我不知道為什么會(huì)出現(xiàn)這個(gè)錯(cuò)誤,因?yàn)槲铱梢猿晒Φ貙⑽业念A(yù)訓(xùn)練模型移動(dòng)到桶中。你們知道如何解決這個(gè)問(wèn)題嗎?
查看完整描述

2 回答

?
ITMISS

TA貢獻(xiàn)1871條經(jīng)驗(yàn) 獲得超8個(gè)贊

run_coqa.py您可以發(fā)布打開文件的部分嗎?

似乎您正在嘗試使用常規(guī)os.命令打開它,而您應(yīng)該使用 GCP 的 sdk。


查看完整回答
反對(duì) 回復(fù) 2023-05-09
?
阿晨1998

TA貢獻(xiàn)2037條經(jīng)驗(yàn) 獲得超6個(gè)贊

本教程由第三方創(chuàng)建。我現(xiàn)在看不到任何會(huì)阻止此代碼運(yùn)行的常見(jiàn)問(wèn)題。



查看完整回答
反對(duì) 回復(fù) 2023-05-09
  • 2 回答
  • 0 關(guān)注
  • 145 瀏覽
慕課專欄
更多

添加回答

舉報(bào)

0/150
提交
取消
微信客服

購(gòu)課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號(hào)

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號(hào)