thuml / Universal-Domain-Adaptation

Code release for Universal Domain Adaptation(CVPR 2019)
272 stars 52 forks source link

Question about classifier #7

Open tarun005 opened 4 years ago

tarun005 commented 4 years ago

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

https://github.com/thuml/Universal-Domain-Adaptation/blob/5d7caa95af7e3675305c542253c4e372801897d2/net.py#L127

youkaichao commented 3 years ago

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