标签: python tensorflow google-colaboratory google-cloud-tpu
尝试将dcgan移植到tpu。 但是这个错误:
Error recorded from training_loop: File system scheme '[local]' not implemented
这是笔记本 https://colab.research.google.com/drive/101FjBAIMVuXyNyeUvq_Vfx-Z6CR3g4df
答案 0 :(得分:1)
本地文件系统不在Cloud TPU上的available上。您可以像在example中那样使用Google Cloud Storage(GCS)。 GCS每月free最高为5GB。
或者,在TPU的复制变量上运行的Keras模型返回到CPU,因此可以在没有GCS的情况下将其用于模型目录。