thunguyenphuoc / HoloGAN

HoloGAN
332 stars 63 forks source link

Failed to find a checkpoint #7

Open aboy2018 opened 4 years ago

aboy2018 commented 4 years ago

Hi,Thank you for your code. Can you provide the checkpoint for CelebA datasets?

feidasheng commented 4 years ago

hello, also encountered this problem ‘Failed to find a checkpoint’, did you solve it? thank you

LiquidAmmonia commented 4 years ago

Got the same problem here. After a deep code dig, I found that this is actually caused by an invalid dataset loading. Maybe you should check your image_path or input_fname_pattern. In my case, I corrected these and solved this problem.