PyTorch-GAN
PyTorch-GAN copied to clipboard
Typo in bicyclegan/models.py
trafficstars
https://github.com/eriklindernoren/PyTorch-GAN/blob/a163b82beff3d01688d8315a3fd39080400e7c01/implementations/bicyclegan/models.py#L153
in_channels -> channels (I guess)
Well spotted. It solved my problem too. Thanks!
https://github.com/eriklindernoren/PyTorch-GAN/blob/a163b82beff3d01688d8315a3fd39080400e7c01/implementations/bicyclegan/models.py#L153
in_channels -> 频道 (我猜)
thank you for your solution! it works well