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

Question about classifier #7

Open
tarun005 opened this issue Apr 30, 2020 · 1 comment
Open

Question about classifier #7

tarun005 opened this issue Apr 30, 2020 · 1 comment

Comments

@tarun005
Copy link

Shouldn't there be non-linearity between the bottleneck layers in the classifier?

self.main = nn.Sequential(self.bottleneck, self.fc, nn.Softmax(dim=-1))

@youkaichao
Copy link
Member

That's a nice point. I suspect UAN can get better results with a non-linearity layer.

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

2 participants