ginobilinie / medSynthesisV1

This is a copy of package for medical image synthesis work with LRes-ResUnet and GAN (wgan-gp) in pytorch framework
MIT License
180 stars 45 forks source link

Update Unet2d_pytorch.py #18

Open CuberMessenger opened 4 years ago

CuberMessenger commented 4 years ago

I think conv2 output should go through bn2 rather than bn1, since the original code defined bn2 but never used it.😎