-
I've tried to replicate your results for celeba-hq using your instructions.
First downloading the data :
```
bash download.sh celeba-hq-dataset
bash download.sh wing
```
Then executing the com…
-
I used pip install dareblopy to reinstall dareblopy. However, after reinstallment, the problem still exists, and I make sure the path to tfrecords I created by python dataset_preparation/prepare_celeb…
-
hello,sir,thanks for your interesting work!!!
I am preparing training a model on celeba-hq,but i do not find some tips for it, can you tell me which code can i refer to ?
@andreas128 @freddy1020
-
Or if you can make them available to me I can host them somewhere for people to download. I'd really like the dataset but don't particularly want to go through the process to generate it myself.
-
Hi, I was trying to train a model with celeb dataset on a cluster of 8 GPUs. I am currently using only a single GPU.
OUTPUT LOG:
Namespace(batch_size=4, beta1=0.0, beta2=0.99, checkpoint_dir='ex…
-
When I run AFHQ training code
```
python main.py --mode train --num_domains 3 --w_hpf 0 \
--lambda_reg 1 --lambda_sty 1 --lambda_ds 2 --lambda_cyc 1 \
--train_i…
-
Hi,
Thanks for releasing such a well-written code and the interactive demo for the paper. Even when I am testing it on real-world images, the reconstruction and semantic changes are working very w…
-
I retrain the model for about 800000 pics of image in Celeba-HQ, the final result is not good, even bad comparing to other gan based model. It just a random inpainting.
I think may you result is over…
-
Hello there, thank you very much for the paper and code. I wanted to check whether it is possible for you to share the link to the real and fake dataset for CelebA HQ and LSUN so that the benchmarking…
-
I found that in your paper in page.6, the results of stargan is really poor. I reproduced stargan in celeba-hq and got bad results too. But in stargan paper, it is good to generate 256x256...
So i'm…