ProofByConstruction / texture-networks

Implementation of Texture Networks in Tensorflow
27 stars 9 forks source link

Add perceptual loss network, data batcher #4

Closed hoqqanen closed 8 years ago

hoqqanen commented 8 years ago

Also cleaned up the Ulyanov network so that network initialization and training are separated, as well as the VGG network so that it can take in a stack of style, content, and synthesized images for faster processing and lower memory usage.