解決問題:OSError: Unable to open file (truncated file: eof = 22118400, sblock->base_addr = 0, stored_eof

今天又是充滿希望的一天發表於2020-10-08

背景

載入模型或者執行程式碼時候出現了

File “h5py/_objects.pyx”, line 54, in h5py._objects.with_phil.wrapper
File “h5py/_objects.pyx”, line 55, in h5py._objects.with_phil.wrapper
File “h5py/h5f.pyx”, line 88, in h5py.h5f.open
OSError: Unable to open file (truncated file: eof = 22118400, sblock->base_addr = 0, stored_eof = 152662144)

搜尋了一下github 中的解決方案:here。 裡面大部分人覺得是權重檔案沒有成功下載, 需要刪除重新下載。
在這裡插入圖片描述

解決方案

找到下載的資料夾,將下載未完成的.h5檔案刪除,重新下載, 注意這次中途不要斷,保證下載成功。

結果

問題解決,成功執行了。

相關文章