DANN
DANN copied to clipboard
Pytorch implementation of DANN
Results
3
DANN issues
Sort by
recently updated
recently updated
newest added
Hi, I am testing out the model with amazon_webcam dataset. The model returns an error saying 'expected 4D input (got 2D input)' from models.py in the line `domain_out = self.domain_classifier(reverse_feature)`....
opt.nf
1
Could you please tell me what number do you set for opt.nf(feature extractor first layer's out channel)?
Hello, Thanks for your nice work! Where can I get the SVHN and MNIST dataset you used.