Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

03_01_autoencoder_train.ipynb: FileNotFoundError: [Errno 2] No such file or directory: 'run/vae/0001_digits' #96

Open
paul-reiners opened this issue Dec 22, 2021 · 1 comment

Comments

@paul-reiners
Copy link

Hi,

Thanks for the great book. I am trying to run 03_01_autoencoder_train.ipynb on Google Colaboratory. However, I am getting this error:

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'

What is going wrong here. Here is a link to my file.

@dnlygvtv
Copy link

Gave you an answer on StackOverflow.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants