PyTorch-GAN icon indicating copy to clipboard operation
PyTorch-GAN copied to clipboard

Typo in bicyclegan/models.py

Open Ice9Coffee opened this issue 5 years ago • 2 comments
trafficstars

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

in_channels -> channels (I guess)

Ice9Coffee avatar May 02 '20 17:05 Ice9Coffee

Well spotted. It solved my problem too. Thanks!

keto33 avatar May 29 '20 16:05 keto33

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

in_channels -> 频道 (我猜)

thank you for your solution! it works well

pfeducode avatar Jul 09 '22 12:07 pfeducode