bingliwang

Results 3 issues of bingliwang

Question1: Based on the requirements said in README, you guys use pytorch1.1.0 to train the model, and based on the paper you guys use 2080ti gpu. But when I tried...

According to the README, the picture size should be (640, 360) ![image](https://github.com/megvii-research/HomoGAN/assets/61302913/1787192b-1d89-4e3f-9973-a3d23f607fd2) And the param.json provides that the crop_size is [384, 512] ![image](https://github.com/megvii-research/HomoGAN/assets/61302913/e32d6977-27e1-457b-b773-21c7fcc42d9d) And the rho should be 16 ![image](https://github.com/megvii-research/HomoGAN/assets/61302913/77809320-7012-48b2-afe1-f3ab0c1e34c8)...

Hi, Based on my understanding of these two settings, HomogeneousNoMixture will pass test samples within one domain and the other without mixing them together, but CrossMixture will first merge two...