fast-style-transfer icon indicating copy to clipboard operation
fast-style-transfer copied to clipboard

fns.ckpt saving problem

Open borhanreo opened this issue 6 years ago • 6 comments

When run then train code python style.py --style path/to/style/img.jpg \ --checkpoint-dir checkpoint/path \ --test path/to/test/img.jpg \ --test-dir path/to/test/dir \ --content-weight 1.5e1 \ --checkpoint-iterations 1000 \ --batch-size 20

Then Output (created) the file. as below
1: checkpoint file 2: fns.ckpt.meta 3: fns.ckpt.data-00000-of-00001 4: fns.ckpt.index

I did not found fns.ckpt file image

borhanreo avatar Aug 29 '19 09:08 borhanreo

Same issue here. Have you find a solution?

larrybrit avatar Sep 02 '19 20:09 larrybrit

@larrybrit i did not solve yet. But I am trying

borhanreo avatar Sep 03 '19 05:09 borhanreo

The fix suggested in this post makes the script produce the fns.ckpt file. https://github.com/lengstrom/fast-style-transfer/issues/78#issuecomment-302307215

larrybrit avatar Sep 03 '19 13:09 larrybrit

I renamed fns.ckpt.meta to fns.ckpt, works fine for me.

curiouswala avatar Sep 30 '19 18:09 curiouswala

Same issue here. Have you find a solution?

ZhaoShuaifei123 avatar Oct 15 '19 09:10 ZhaoShuaifei123

Point it at the directory containing all of those files and it works fine

ss32 avatar Jun 22 '20 01:06 ss32