davidADSP / GDL_code

The official code repository for examples in the O'Reilly book 'Generative Deep Learning'

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Problem downloading dataset for 03_05 and 03_06 notebooks

CloudaYolla opened this issue · comments

Hi,

I recently purchased the book, but couldn't run notebooks 03_05_vae_faces_train and 03_06_vae_faces_analysis

In 03_06 notebook;

  • I downloaded img_align_celeba.zip
  • but there's no list_attr_celeba.csv, but list_attr_celeba.txt file in the dataset home page

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.

Closing this.