在 Google Colab 中训练 GAN 时出现“RuntimeError: Found 0 files in subfolders of...”

时间:2021-02-20 19:46:49

标签: dataset google-colaboratory

我刚刚开始学习 GAN,并在我的 Colab 笔记本中打开了一个现成的 GAN 来测试它。但是我似乎无法在 Google Drive 上输入我的数据集,它总是导致此错误。我使用的代码:

from google.colab import drive
drive.mount("/content/drive")
data_root = "/content/drive/My Drive/Test"

0 个答案:

没有答案