解决问题

OSError: Unable to open file (truncated file: eof = 8388608, sblock->base_addr = 0, stored_eof = 257557808)

解决办法

很可能是原先的文件加载的不对,也就是说很有可能原先下载的文件没有完全成功下载,所以再下载一遍完整的即可解决。
参考Stack overflow:I tried to fine-tune VGG16 on my dataset, but met the OSError about loading VGG16 weights
成功解决OSError: Unable to open file (truncated file: eof = 8388608, sblock->base_addr = 0, stored_eof =

相关文章:

  • 2021-07-31
  • 2021-07-25
  • 2022-01-11
  • 2021-12-22
  • 2021-10-17
  • 2021-12-03
  • 2022-12-23
猜你喜欢
  • 2021-08-12
  • 2021-12-05
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-17
  • 2021-12-05
相关资源
相似解决方案