ChengBinJin / semantic-image-inpainting

Tensorflow implementation of Semantic Image Inpainting with Deep Generative Models
78 stars 11 forks source link

Load failed #6

Closed wkkkkkx closed 4 years ago

wkkkkkx commented 5 years ago

Hello, I would like to ask when I evaluate DCGAN and image restoration in the second and third steps. [*] Reading checkpoint...  [!] Load Failed... seems to be loading the model failed, I want to ask why this is, thank you very much!

qivigor commented 5 years ago

@wkkkkkx you can change the self.model_out_dir = your own dir in inpaint_solver.py.

wkkkkkx commented 5 years ago

thank you very much!

ChengBinJin commented 5 years ago

@qivigor thank you for your reply.