DeRaindrop
DeRaindrop copied to clipboard
mistake in discriminator.py?
the code in discriminator.py(68-70): “” x = self.conv7(x * mask) x = self.conv7(x) x = self.conv8(x) “” is "x = self.conv7(x)" extra?you can't run the code with “x = self.conv7(x)” in it