-
During package publish:
```
$ meteor publish
MINISAT-out: Cannot enlarge memory arrays. Either (1) compile with -s TOTAL_MEMORY=X with X higher than the current value 67108864, (2) compile with ALLOW…
-
hi,I read your paper but I don‘t confirm the output of Discriminator!!
as your paper :
It consist of one convolution layer and followed by 4 AvgPool2x2 , if input image size is 128x128 then…
-
Getting the following traceback
Traceback (most recent call last):
File "stylize.py", line 150, in
main()
File "stylize.py", line 117, in main
style_img = Image.open(style_path).co…
-
fxcdl updated
5 years ago
-
From the paper, they allude to the architecture of the neural network being very similar to [BigGAN](https://github.com/ajbrock/BigGAN-PyTorch). Would it be worth taking the placement of the self atte…
-
According to figure 2 of the paper, the output of Embedder is passes thorugh the MLP(maybe Mapping Network in StyleGAN) and enters the generator, but in this code, there is no MLP(mapping network). D…
-
Hi @MrCaracara ,
I try your latest code, but found the training would easily get Nan during about first 40 - 50 iteration in the first epoch, would you have any suggestions for solving this?
-
The paper applies MLP to generate AadIN parameters, but how is the MLP trained?
![image](https://user-images.githubusercontent.com/6258078/58462318-30fb5080-8164-11e9-9f08-99ddd6d4da3a.png)
-
How did you ensure the bounding box location of stylized images not to be changed ? Does it need additional annotation bboxes for stylized images.
-
Hello! I am also trying to reproduce this paper. However, when using very similar network architecture, I can only achieve relatively low-resolution faces placed on fuzzy background. Your github code …