language
language copied to clipboard
TPU Training Error: File system scheme '[local]' not implemented
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) ]]
I have the same problem too.
You have to use a gcp bucket path like gs:// for saving the models and the data