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

Possible problem with make_mlp function #115

Open
nicosacco opened this issue Jul 13, 2022 · 0 comments
Open

Possible problem with make_mlp function #115

nicosacco opened this issue Jul 13, 2022 · 0 comments

Comments

@nicosacco
Copy link

The make_mlp function appends also to the last layer batch normalization, dropout, and the activation function. This might be problematic, as the output of such function is used also to construct the classifier in the discriminator (self.real_classifier = make_mlp(...)). This might lead to have a final classifier which output is batch normalized and squashed using a (leaky)relu. Is this a desired behaviour?

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