wenyi-li

Results 3 comments of wenyi-li

I encountered the same problem. My train script is `python train.py --name mydata --dataroot ./datasets/mydata --batchSize 2 --gpu_ids 4,5 --label_nc 3 --no_instance` The size of input and label are the...

> I also met this problem, the input image and label are the same size, after 'scale_with' preprocessing. So, it seems a bug from the Discriminator. In `pix2pixHD_model.py: line 163...