-
Hi, I just want to double check that you use the pre-trained vgg19 and decoder networks from AdaIN paper to stylize the ImageNet dataset, right? You did not re-train the decoder based on your dataset.…
-
Hello! I have a question about class AdaIN.
In your implementation, you used `(1 + gamma) * self.norm (x) + beta` . Why don't you use `gamma * self.norm (x) + beta` ? Thank you.
-
First, thanks a lot for the sharing of your implementation.
But I notice there is an architecture mismatch in your code and the original paper:
https://github.com/vincent-thevenin/Realistic-Neur…
-
Hello , irasin. Thank you very much for your excellent project with pytorch . I am very interested in this project. However , I am puzzled about the denorm operation in training ,
with torch.no_gra…
-
implement new graphical model where:
1. in generator zwhat is conditioned on zmask
-
I ran CycleGAN with batchSize = 2/4 and I got really bad results comparing to batchSize = 1, can you explain why it happens? Also tried to update the network only by the error of one of the images but…
-
Hey, thanks for the code.
What do you mean by do_my_style in code?
ghost updated
4 years ago
-
Shouldn't the affine parameter in nn.InstanceNorm2D and nn.InstanceNorm3D be both False in adain as it gets affine transformed later?
-
Hi. Your work is interesting! I would like to try it. Can your pre-trained model be used to test on my images without labels?
-
- https://github.com/zhanghang1989/PyTorch-Multi-Style-Transfer
pytorch, MIT
- https://github.com/titu1994/Neural-Style-Transfer
Keras, apache-2.0
sngyo updated
4 years ago