I launched a training, it worked. I used this command:
python style.py --train-path ./data/train2014 --style ./examples/style/zoom256x256.jpg --checkpoint-dir ./model
But it didn't generate a model (.ckpt).
It generated those 4 files : checkpoint, fns.ckpt.data-00000-of-00001, fns.ckpt.index, fns.ckpt.meta
I couldn't use any of those files with evaluate.py.
Do you have an idea on how to solve that ?
I launched a training, it worked. I used this command:
python style.py --train-path ./data/train2014 --style ./examples/style/zoom256x256.jpg --checkpoint-dir ./model
But it didn't generate a model (.ckpt).
It generated those 4 files : checkpoint, fns.ckpt.data-00000-of-00001, fns.ckpt.index, fns.ckpt.meta
I couldn't use any of those files with evaluate.py.
Do you have an idea on how to solve that ?