style_swap_tensorflow
style_swap_tensorflow copied to clipboard
tyle_swap_model.py error
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