Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mistake in discriminator.py? #11

Open
gswycf opened this issue Jan 14, 2019 · 0 comments
Open

mistake in discriminator.py? #11

gswycf opened this issue Jan 14, 2019 · 0 comments

Comments

@gswycf
Copy link

gswycf commented Jan 14, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant