eriklindernoren / PyTorch-GAN

PyTorch implementations of Generative Adversarial Networks.
MIT License
16.22k stars 4.05k forks source link

changed the uninitialized parameter "in_channels" in multidiscriminator class of in bicycleGAN #138

Open sahilg06 opened 3 years ago

sahilg06 commented 3 years ago

"in_channels" parameter in multidiscriminator class of models.py in bicycleGAN was uninitialized

John155 commented 3 years ago

Thanks, it's a shame that the maintainer doesn't fix it :(