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

A simple, concise tensorflow implementation of style transfer (neural style)

Results 4 tensorflow-style-transfer issues
Sort by recently updated
recently updated
newest added

I have trained my modified vgg19 network,but I can't save .

Could the trained style model be saved and resued on other images?

“python run_main.py --content images/tubingen.jpg --style images/starry-night.jpg --output result.jpg” ![image](https://user-images.githubusercontent.com/38746426/50400970-3d9b0780-07c6-11e9-86b6-87c12b2b7102.png)

Does this code support instant ( fast ) style transfer ?