1. 程式人生 > >tensorflow存取模型報錯 read less bytes than requested

tensorflow存取模型報錯 read less bytes than requested

這幾天在用tensorflow的時候,存取模型遇到了read less bytes than requested的錯誤。

簡單的說就是tf.restore()取出來的一堆引數跟應該有的對不上。

一直不知道錯在哪裡,卡了好幾天。

最後發現是因為是我是邊訓練模型邊定期存模型的,且總是keyboardinterrupt,導致結束的時候最新的模型沒儲存全。。。

解決方法:讓程式自然結束。。

這個問題坑爹就坑爹在,在我的破電腦上跑程式的時候,不提示錯誤,核心直接崩潰,還以為是那條程式碼寫死了。

後來換了Colab來跑,才找到錯。。。