【发布时间】:2021-02-22 04:08:07
【问题描述】:
大家好,我想用 Google Colab 来训练 TSception 框架。我已经使用显示的代码来访问 Google Drive。它显示我已成功链接 Google Drive,如图所示。
enter image description here
然后我使用h5py.File("/content/drive/My Drive/sub_0.hdf", 'r') 读取 Google Drive 中的文件。但出现错误“OSError: Unable to open file (file signature not found)”。
【问题讨论】:
标签: file google-drive-api google-colaboratory signature h5py