language icon indicating copy to clipboard operation
language copied to clipboard

TPU Training Error: File system scheme '[local]' not implemented

Open Syauri opened this issue 5 years ago • 2 comments

Hello, I am trying to train the model using TPU on google colab but I am getting the following error:

File system scheme '[local]' not implemented (file: 'bert_model_output/model.ckpt-0_temp_f8abfc6da61c4125b70d95ab7b73ced3') [[node save/SaveV2 (defined at tensorflow-1.15.2/python3.6/tensorflow_core/python/framework/ops.py:1748) ]]

Syauri avatar Apr 14 '20 06:04 Syauri

I have the same problem too.

blackskylh avatar Oct 26 '20 07:10 blackskylh

You have to use a gcp bucket path like gs:// for saving the models and the data

ellonde avatar Nov 02 '20 15:11 ellonde