Fabrik icon indicating copy to clipboard operation
Fabrik copied to clipboard

Add model for Neural Style Transfer in the Model Zoo

Open saurabhpal97 opened this issue 7 years ago • 8 comments

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

saurabhpal97 avatar Feb 14 '18 19:02 saurabhpal97

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

MuLx10 avatar Feb 25 '18 10:02 MuLx10

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

saurabhpal97 avatar Feb 25 '18 10:02 saurabhpal97

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

abi98213 avatar Mar 17 '18 19:03 abi98213

@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.

thatbrguy avatar Mar 17 '18 21:03 thatbrguy

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

ayushpatel567 avatar Mar 19 '18 16:03 ayushpatel567

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

shashvat-kedia avatar Oct 03 '18 07:10 shashvat-kedia

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

BK1603 avatar Nov 30 '18 09:11 BK1603

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

hk1997 avatar Sep 05 '19 07:09 hk1997