fast-style-transfer
fast-style-transfer copied to clipboard
fns.ckpt saving problem
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

Same issue here. Have you find a solution?
@larrybrit i did not solve yet. But I am trying
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
I renamed fns.ckpt.meta to fns.ckpt, works fine for me.
Same issue here. Have you find a solution?
Point it at the directory containing all of those files and it works fine