wasidennis/AdaptSegNet

About the structure of the discriminator

jsdd25 opened this issue · 1 comments

@wasidennis Hi, your work is amazing!
I have some questions. How you set 5 convolution layers in discriminator? and how you determined it is a proper number of layers? Thank you very much!

Hi,

We simply follow the DCGAN's discriminator structure (https://arxiv.org/abs/1511.06434) and make it fully-convolutional.