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

typo in lsgan/model.py #4

Open
Emilio856 opened this issue May 21, 2021 · 0 comments
Open

typo in lsgan/model.py #4

Emilio856 opened this issue May 21, 2021 · 0 comments

Comments

@Emilio856
Copy link

Emilio856 commented May 21, 2021

Lines 48 and 52 build the third batch normalization layer into the model. In line 52 it should be the fourth one, so it shoul be x = self.batch_norm_4(x, training) instead of x = self.batch_norm_3(x, training)

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