LynnHo/DCGAN-LSGAN-WGAN-GP-DRAGAN-Tensorflow-2

Error while using celeba dataset

yksolanki9 opened this issue · 2 comments

I am getting this error while running train.py
TypeError: Input 'filename' of 'ReadFile' Op has type float32 that does not match expected type of string.
Please help with this. Thanks in advance

@yksolanki9 It seems that the code does not find the data. Can you make sure that the images are put into the right place ./data/img_align_celeba/*.jpg.

That was helpful. Thank you!