Я пытаюсь загрузить обученную сеть в Google Colab, и я получаю следующую ошибку.
<ipython-input-6-9d26dabb123d> in <module>()
----> 1 l3structure1_decoder = load_model("/content/gdrive/My Drive/DATA/TRAINED NETWORKS/ALL_MODELS/decoder_finalp1_structure_l3_vels_max7_min0.h5")
4 frames
/usr/local/lib/python3.6/dist-packages/h5py/_hl/files.py in make_fid(name, mode, userblock_size, fapl, fcpl, swmr)
140 if swmr and swmr_support:
141 flags |= h5f.ACC_SWMR_READ
--> 142 fid = h5f.open(name, flags, fapl=fapl)
143 elif mode == 'r+':
144 fid = h5f.open(name, h5f.ACC_RDWR, fapl=fapl)
h5py/_objects.pyx in h5py._objects.with_phil.wrapper()
h5py/_objects.pyx in h5py._objects.with_phil.wrapper()
h5py/h5f.pyx in h5py.h5f.open()
OSError: Unable to open file (file read failed: time = Mon Feb 24 08:58:41 2020
, filename = '/content/gdrive/My Drive/DATA/TRAINED NETWORKS/ALL_MODELS/decoder_finalp1_structure_l3_vels_max7_min0.h5', file descriptor = 62, errno = 5, error message = 'Input/output error', buf = 0x7ffdde98baf0, total read size = 8, bytes this sub-read = 8, bytes actually read = 18446744073709551615, offset = 0) ```