The official code repository for examples in the O'Reilly book 'Generative Deep Learning'
GNU General Public License v3.0
1.47k
stars
739
forks
source link
Problem downloading dataset for 03_05 and 03_06 notebooks #75
Closed
CloudaYolla closed 4 years ago
Hi,
I recently purchased the book, but couldn't run notebooks
03_05_vae_faces_train
and03_06_vae_faces_analysis
In 03_06 notebook;
When I rename the notebook statement to use .txt file, I get error in the next statement:
FileNotFoundError: [Errno 2] No such file or directory: 'run/vae/0001_faces/params.pkl'
Where do I get this? How can I get the dataset right, to be able to execute this notebook?
Thanks in advance.