-
Hi!
I was working on replicating your paper in Jax (https://github.com/bkkaggle/jax-gans/blob/main/aclgan-selfie.py) when I ran into a question about your AdaIN and MLP implementation.
It looks …
-
Hi, thank you for your work, it's awesome.
I participated in your lecture about M2VoC. You shared the approach of using AdaIN-VC as speaker encoder, it was impressive.
But the code here seems to …
-
Hi,
Thanks for sharing the great codes~ I run the SourceOnly experiments in FADA, but only get only mIOU: 0.3709. I wonder if I miss some important issues, or the results should have some fluctuatio…
-
Hello,
I need to implement an [Adaptive Instance Normalization](https://paperswithcode.com/method/adaptive-instance-normalization) layer introduced in [Arbitrary Style Transfer in Real-time with Ad…
-
- https://arxiv.org/abs/1912.04958
- StyleGAN2
-
Thanks for your great works. I have some questions about the training configuration. There are differences between celeba-hq.yaml and celeba-hq_256.yaml in configs folder, such as the normalization in…
-
Thanks for your sharing. I run the code as you suggested in the readme file and found the **torch.legacy** (in file torch_to_pytorch.py )has been removed since version==0.4, but we are recommended to …
-
After switch to .NET Standard 2.1 the compiled code occasionally throws MethodAccessException.
An example of how to reproduce:
- build FlexLucene using the Alpha v0.1 release of the compiler (htt…
-
Hello, thank you for your contribution. Can adaIN be applied to other network structures? Can adaIN be used in deblurring network without coding-decoding structure?
-
![1_0](https://user-images.githubusercontent.com/70626300/111484656-ec91d800-8770-11eb-85f3-20c994437455.png)
Sorry, I train the model and test it, but the output jest look like siumply composite t…