eriklindernoren / PyTorch-GAN

PyTorch implementations of Generative Adversarial Networks.
MIT License
16.4k stars 4.07k forks source link

Typo in bicyclegan/models.py #105

Open Ice9Coffee opened 4 years ago

Ice9Coffee commented 4 years ago

https://github.com/eriklindernoren/PyTorch-GAN/blob/a163b82beff3d01688d8315a3fd39080400e7c01/implementations/bicyclegan/models.py#L153

in_channels -> channels (I guess)

keto33 commented 4 years ago

Well spotted. It solved my problem too. Thanks!

pfeducode commented 2 years ago

https://github.com/eriklindernoren/PyTorch-GAN/blob/a163b82beff3d01688d8315a3fd39080400e7c01/implementations/bicyclegan/models.py#L153

in_channels -> 频道 (我猜)

thank you for your solution! it works well