Error while using celeba dataset
yksolanki9 opened this issue · 2 comments
yksolanki9 commented
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
LynnHo commented
@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
.
yksolanki9 commented
That was helpful. Thank you!