Cloud-CV / Fabrik

:factory: Collaboratively build, visualize, and design neural nets in browser
GNU General Public License v3.0
1.12k stars 235 forks source link

Add model for Neural Style Transfer in the Model Zoo #308

Open saurabhpal97 opened 6 years ago

saurabhpal97 commented 6 years ago

here I am trying to incorporate the models for Artistic Neural Style transfer based on CNN's, these models provide a solid understanding of the underlying working of Convolutional Neural Networks and thus can prove to be useful for people trying grasp the concepts of CNN's. Paper link-: https://arxiv.org/pdf/1508.06576.pdf

MuLx10 commented 6 years ago

@saurabhpal97 Can I take up this issue? I am already working on Style Transfer

saurabhpal97 commented 6 years ago

@MuLx10 I am already working on the issue ,but you can work on Fast Neural Style Transfer.

abi98213 commented 6 years ago

Can I take up the issue? I know how to code neural style transfers and Cnn's

thatbrguy commented 6 years ago

@mabdullahrafique PR #326 had an implementation of some style model. It was closed because it was structurally similar to AlexNet.

The real problem is, Grammian operation is not defined in Fabrik's backend. You would have to add support for that layer too. Otherwise almost every stylenet would be similar to some other existing model.

ayushpatel567 commented 6 years ago

I have an experience with Neural Style Transfer and have coded them up in pytorch and tensorflow.How do i get started to do that for Fabrik

shashvat-kedia commented 5 years ago

@saurabhpal97 @utsavgarg I would like to work on this. I have previously worked with Neural Style Transfer models.

BK1603 commented 5 years ago

Is the issue still open? Can I try helping with this?

hk1997 commented 5 years ago

Is this issue still open, can I work on this?