shenfalong / styletransfer

Real-time neural style transfer via meta networks
https://github.com/FalongShen/styletransfer
BSD 2-Clause "Simplified" License
127 stars 31 forks source link

problem with style transfer #9

Open suke27 opened 6 years ago

suke27 commented 6 years ago

Hi, could you help to explain difference with Johnson's, just have small network (resblock fitler 32)?

shenfalong commented 6 years ago

There is almost no difference about the structure of the image transformation networks.

suke27 commented 6 years ago

you make a hidden layers when style loss backward? input is style and transfer image gram loss, output is 1792, could you explain this process, is it classify gram loss to point which style it belong?

shenfalong commented 6 years ago

The meta network builds a mapping from a style image to a 1792-d vector.