GALIP icon indicating copy to clipboard operation
GALIP copied to clipboard

How to change the discriminator

Open will876 opened this issue 2 years ago • 0 comments

Hello author! class NetD is the discriminator, right? Can I use it to replace the model of my own code? My job is image inpainting. If I change the discriminator, what specific operations are required? Should I keep the input and output of my discriminator and just replace the convolutional layer passed in the middle with your class NetD discriminator?

will876 avatar Oct 25 '23 03:10 will876