OSError:无法读取数据(文件读取失败:...错误消息='输入/输出错误'...)

时间:2020-05-10 08:48:11

标签: google-colaboratory hdf5 oserror

我想从Colab读取HDF5文件,该文件由我的Google云端硬盘托管。该文件大小很大(46 GB)。但是在处理文件时,会产生以下错误:

OSError: Can't read data (file read failed: time = Sun May 10 08:31:46 2020
, filename = 'gdrive/My Drive/Computer_vision_with_deep_learning/fruits-ml-web-app/hdf5/features.hdf', file descriptor = 62, errno = 5, error message = 'Input/output error', buf = 0x9efd83080, total read size = 32918392704, bytes this sub-read = 32918392704, bytes actually read = 18446744073709551615, offset = 4097052672)

它可以打开文件,但在读取错误时抛出该错误。

我在GitHub上找到了一个与此问题相关的主题。以下是它的链接:

Reading file from Drive giving OSError #559

为什么会这样?如何解决?

1 个答案:

答案 0 :(得分:0)

您可以尝试将文件复制到/content fisrt。可能会有帮助。