Danya Xu
Results
2
comments of
Danya Xu
> Yes, I found the same problem. gaussian = 1 / math.sqrt(2 * math.pi) / self.sigma * torch.exp(- 0.5 * (p / self.sigma).pow(2)).And I emailed the author about it. I...
> Hi, the regular_train_op in line66 is just an op for testing when I was writing the code which optimizes only one classification loss and no domain adversarial loss is...