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

Porting to tensorflow #4

Open CJHFUTURE opened 6 years ago

CJHFUTURE commented 6 years ago

Hi do you think it would be possible to port this to tensorflow? Not specifically requesting you to do it(although that would be awesome) just wondering what your thoughts are on this?

Cheers

shenfalong commented 6 years ago

I am not very familiar with tensorflow. But my lab colleague told me that it is possible to provide both a data tensor and a filter tensor and perform convolution in tensorflow. I will try to port it to tensorflow if there is enough time (going to graduate...). If you want to port the project, I can help if needed.

shenfalong commented 6 years ago

Please refer to https://ypw.io/style-transfer/ for pytorch implementation.