benbenlijie / style_swap_tensorflow

tensorflow code for Fast Patch-based Style Transfer of Arbitrary Style
Apache License 2.0
40 stars 12 forks source link

tyle_swap_model.py error #4

Open yixinin opened 5 years ago

yixinin commented 5 years ago

Hi, I got an error like this: tensorflow.python.framework.errors_impl.DataLossError: Unable to open table file style_swap_tensorflow\models\style_swap_model.py: Data loss: not an sstable (bad magic number): perhaps your file is in a different file format and you need to use a different restore operator?

my command is: python main.py -c configs/example.json -s --content images/c ontent/m.jpg --style images/style/m.jpg

and I have downloaded vgg_16.ckpt and put it in pretrained/vgg_16.ckpt

Do you have any idea about this? Thanks