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

DATA_FOLDER = './data/celeba/' (it is .../celeb/ in the code) in 03_05 and 03_06 Notebooks

CloudaYolla opened this issue · comments

Hi,

The notebook code:

DATA_FOLDER = './data/celeb/'

It shall be

DATA_FOLDER = './data/celeba/'

(This is what comes out of img_align_celeba.zip file)

closing this.