ryhhtn
ryhhtn
Thank you for providing the code. Please let me know if possible. When I run [generate sample script](https://github.com/PeterWang512/GANSketching#generate-samples-from-a-customized-model), but processing stop at line 11 of [fused_act.py](https://github.com/PeterWang512/GANSketching/blob/main/training/networks/op/fused_act.py) **torch.utils.cpp_extension.load** What are the...
In the description of paper, the number of trials is 120K. No other items, epoch or mini batch size, are mentioned On the other hand, the pretrained model says 1000...
I prepare dataset and scripts, but unable to reproduce the generated image. If possible, please share the detailed READ.ME. 
I tried re-training LayoutGAN++ used magazine dataset. But, I can't reappearance Quantitative comparison, especially overlap. Results of multiple trials, overlap average 40 over. ex. ``` Dataset: magazine FID: 13.88 Max....
thank you for this code. I tried to load several lsun dataset. but _verify_classes is error ``` Replacement index 1 out of range for positional args tuple File "/home/vscode/ddim/datasets/lsun.py", line...
Thanks for providing the great code. I try to train from scratch with my own data, please let me know how to set up the config.
The following message is displayed before the calculation of stage_b or stage_c starts, and there is a time lag of several minutes before the calculation starts Please let me know...
Thanks for sharing the code. I tried to train kl-reg autoencoder with custom datasets. Reconstruction is possible with further learning, but image generation from noise is not possible no matter...
thank you for making this code public. I want to train vqgan from scrach, but error like the one of below ``` python3 main.py --base configs/imagenet_vqgan.yaml -t True --gpus 0,1,2,3,4,5,6,7...
Thanks for sharing the code. I tried to Generate saliency map used by Group-CAD, but couldn't. ```console python3 demo.py --arch=vgg19 --target_layer=features.35 --input=Images/ILSVRC2012_val_00000073.JPEG --output=base.png ``` ```python:demo.py # demo.py, l48 gc =...