tensorflow-style-transfer
tensorflow-style-transfer copied to clipboard
A simple, concise tensorflow implementation of style transfer (neural style)
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” 
Does this code support instant ( fast ) style transfer ?