【发布时间】:2022-01-24 13:27:59
【问题描述】:
我正在尝试在 Google Colaboratory 上运行 03_01_autoencoder_train.ipynb。但是,我收到此错误:
FileNotFoundError Traceback (most recent call last)
<ipython-input-6-7a5d04d83c0d> in <module>()
7
8 if not os.path.exists(RUN_FOLDER):
----> 9 os.mkdir(RUN_FOLDER)
10 os.mkdir(os.path.join(RUN_FOLDER, 'viz'))
11 os.mkdir(os.path.join(RUN_FOLDER, 'images'))
FileNotFoundError: [Errno 2] No such file or directory: 'run/vae/0001_digits'
这里出了什么问题。 Here is a link to my file.
【问题讨论】:
标签: python google-colaboratory mkdir