uniform_distribution_loss
UniformDistributionLoss
¶
Bases: torch.nn.Module
Implementation of the confusion loss from Simultaneous Deep Transfer Across Domains and Tasks.
Source code in pytorch_adapt\layers\uniform_distribution_loss.py
6 7 8 9 10 11 12 13 14 15 16 17 |
|