sunshineatnoon / Paper-Implementations

Use PyTorch to implement some classic frameworks
620 stars 197 forks source link

cyclegan's discriminator #1

Open 1292765944 opened 7 years ago

1292765944 commented 7 years ago

the output size of the convolutional layer is not 30*30? Meanwhile, there shouldn't be a sigmoid layer at the end? https://github.com/sunshineatnoon/Paper-Implementations/blob/master/cycleGAN/model/Discriminator.py