-
https://github.com/menyifang/ADGAN/blob/4dd70649ad136829b92dd6a1a823af7594a0220f/models/model_adgen.py#L37-L40
I noticed that you add an `LinearBlock` after obtain the style code by encoding every …
-
I want to ask some questions about the model:
1. Why to resize the image into 8/16/32/64/128/256..., if I want to generate a 256 resolution image, I just need to resize the image to 256 * 256 for t…
-
hi,thanks to your great works!I have been curious how the meta learning mentioned in the article is implemented in the code.
I have read it several times, and it feels like this is a regular gan tra…
-
So I discovered another odd quirk that I actually think might be quite easy to address. It seems that your software has a bit of an issue when the face is super closeup but this can be easily fixed us…
-
Hi, in derivable_generator.py, several configurations are listed. However, there is no multi-code configuration for StyleGAN. In fact, StyleGAN's design is different from pggan, where w is inserted in…
-
Hi, fyi - the docker image did not have tensorboardX installed and also, protobuf needed to be updated to version 3.6.0. This was causing errors.
Also, roughly how long does it take for create_sty…
-
Traceback (most recent call last):
File "/content/StableSR/scripts/sr_val_ddpm_text_T_vqganfin_old.py", line 319, in
main()
File "/content/StableSR/scripts/sr_val_ddpm_text_T_vqganfin_old.…
-
In Imagenet and Danbooru and Flickr100m experiments, StyleGAN's poor results on LSUN CATS & CARS (from Karras et al) have been replicated. Even given a ridiculous amount of TPU time, StyleGAN is just …
gwern updated
4 years ago
-
I run:
CUDA_VISIBLE_DEVICES=2 python3 main.py --config ./cfgs/PCN_models/AnchorFormer.yaml --exp_name train_anchorformer
Error occured:
Traceback (most recent call last):
File "anchorformerutils…
-
Hello! I myself have also tried to reproduce this paper. However, with very similar network architecture and AdaIN settings, I can only achieve low-resolution faces placed on very fuzzy background. Tr…