1. 程式人生 > >tensorflow 報錯: tensorflow.python.framework.errors_impl.NotFoundError

tensorflow 報錯: tensorflow.python.framework.errors_impl.NotFoundError

____tz_zs

報錯程式碼:

我是持久化儲存,建立檔案的程式碼 tf.gfile.GFile("/path/to/model/combined_model.pb", "wb") 執行報錯

報錯資訊:

tensorflow.python.framework.errors_impl.NotFoundError: Failed to create a NewWriteableFile: /path/to/model/combined_model.pb : ϵͳ\udcd5Ҳ\udcbb\udcb5\udcbdָ\udcb6\udca8\udcb5\udcc4·\udcbe\udcb6\udca1\udca3

解決辦法:

手動建立好資料夾就不會報錯了,檔案也成功建立