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

ckpt problems

Open tom99763 opened this issue 5 years ago • 1 comments

'' There is no la_muse.ckpt Tensorflow r0.12 requires 3 files related to *.ckpt If you want to restore any models generated from old tensorflow versions, this assert might be ignored '' i use ''la_muse.ckpt" to test the code but the error shows above,does anyone know how to solve it?

tom99763 avatar Aug 19 '20 08:08 tom99763

If the checkpoint filename is model.ckpt-1000.data-00000-of-00001 then you should only use model.ckpt-1000

For example, python run_test.py --content img/test.jpg --style_model model/model.ckpt-1000 --output result.jpg

BangYoon avatar Apr 29 '21 02:04 BangYoon