Open saurabhpal97 opened 6 years ago
@saurabhpal97 Can I take up this issue? I am already working on Style Transfer
@MuLx10 I am already working on the issue ,but you can work on Fast Neural Style Transfer.
Can I take up the issue? I know how to code neural style transfers and Cnn's
@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.
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
@saurabhpal97 @utsavgarg I would like to work on this. I have previously worked with Neural Style Transfer models.
Is the issue still open? Can I try helping with this?
Is this issue still open, can I work on this?
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