leongatys / DeepTextures

Code to synthesise textures using convolutional neural networks as described in Gatys et al. 2015 (http://arxiv.org/abs/1505.07376)
273 stars 82 forks source link

Forward prop only. #13

Closed imransalam closed 5 years ago

imransalam commented 6 years ago

I have ran the example code over an input and that might have set the weights of network. Now I have another input example. And now I want to use the weights of the trained network to get the result instead of having to iterate and re define the networks weight again.