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

vgg_16.ckpt #1

Closed suke27 closed 6 years ago

suke27 commented 6 years ago

Hi, could you provide vgg_16.ckpt, it seems need be downloaded thank you

yanx27 commented 6 years ago

Hi, I downloaded you VGG-16 and ran you code, but python reported error that the weight and bias of inverse net missiing in your VGG-16, could you help me? thank you

benbenlijie commented 6 years ago

@yanx27 You need to train the inverse net first before you transfer the style. python main.py -c config/example.json

CJHFUTURE commented 6 years ago

can you expand on training the inverse net? do i need these? "record_file_name": "e:\Github\fast-style-transfer\datasets\imagetrain.tfrecord", "Image_files": "e:\Github\style-swap\images\style\.jpg",

mrgloom commented 4 years ago

Where *.tfrecord comes from?

@benbenlijie