0

我想从我的 Google Drive 托管的 Colab 读取 HDF5 文件。这个文件很大(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 上找到了一个关于该问题的线程。以下是它的链接:

从驱动器读取文件给出 OSError #559

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

4

1 回答 1

0

您可以尝试将文件复制到第一个/content。它可能会有所帮助。

于 2020-05-10T13:21:24.640 回答