facebookarchive / AICamera-Style-Transfer

Neural Style Transfer with Caffe2 on your Android phone
https://caffe2.ai
Other
83 stars 31 forks source link

How was the StyleTransfer model trained for Caffe2? #6

Open jgong5 opened 6 years ago

jgong5 commented 6 years ago

I found the model is different from what was proposed form the original StyleTransfer paper: https://arxiv.org/abs/1508.06576

The original model has been implemented with Caffe: https://github.com/fzliu/style-transfer

May I know how did you train these Caffe2 models? Did you transfer the learning of the original paper model to the new Caffe2 model here?