ProDA
ProDA copied to clipboard
Discriminator model
Thank you for your project!
In file discriminator.py in see function:
class FCDiscriminator_class(nn.Module):
#TODO: whether reduce channels before pooling, whether update pred, more complex discriminator
#TODO: 19 different discriminators or 1 discriminator after projection
Have you finished coding this function? And with the current code can I use this function in warm-up stage?