tobran / GALIP

[CVPR2023] A faster, smaller, and better text-to-image model for large-scale training
MIT License
225 stars 25 forks source link

How to change the discriminator #14

Open will876 opened 10 months ago

will876 commented 10 months ago

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?