thuml/Universal-Domain-Adaptation

Question about classifier

tarun005 opened this issue · 1 comments

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))

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