xiaowei-hu / CycleGAN-tensorflow

Tensorflow implementation for learning an image-to-image translation without input-output pairs. https://arxiv.org/pdf/1703.10593.pdf
715 stars 294 forks source link

Add Notebook for CycleGAN #25

Open WeeHyongTok opened 6 years ago

WeeHyongTok commented 6 years ago

Add notebook showing both train and test of CycleGAN

A-Su11y commented 6 years ago

When reaching the training cell it prints the whole thing but then gives me this: [*] Reading checkpoint... [!] Load failed...

Any help?

MadhuVenkatesh93 commented 6 years ago

Facing the same issue. were you able to fix this?

A-Su11y commented 6 years ago

I reached the conclusion that this happens because I am running the notebook on Windows. Just speculation but can't think of anything else that I might have missed.

I wasn't able to find a solution, sorry.