Unsupervised-Typography-Transfer icon indicating copy to clipboard operation
Unsupervised-Typography-Transfer copied to clipboard

Gen.py checkpoint

Open dHumanities opened this issue 5 years ago • 1 comments

I followed the instruction and it worked. However, when I tried to run Gen.py, I don´t where is the checkpoint.

I tried the following path and all gave errors. model_dir model_dir/HAN model_dir/HAN/checkpoint

Could you provide more details that how to generate those cool images in your paper ?

dHumanities avatar May 14 '19 07:05 dHumanities

Try this:
python gen.py --checkpoint=./model_dir/HAN/model.ckpt-* Replace * with your checkpoint No.

WeiYi95 avatar Mar 05 '20 16:03 WeiYi95