jcjohnson / neural-style

Torch implementation of neural style algorithm
MIT License
18.31k stars 2.7k forks source link

What is the neural style network's training output? #339

Open bemoregt opened 7 years ago

bemoregt commented 7 years ago

Hi, @jcjohnson.

What is the neural style network's training output? and How can we get the test output image? It is from the feature map?

Thanks.

htoyryla commented 7 years ago

Neural-style does not output any image from the network, it uses the network to develop a new image from noise using the following steps:

If you are looking for a solution in which the network directly outputs an image, see https://github.com/jcjohnson/fast-neural-style .