You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 also encountered the same problem, did the author reply to you?
It seems the method prior_association() can not back propagate gradient to train Ws, or maybe I misunderstood?
anomaly_transformer_pytorch/model.py
Lines 41 to 45 in 6d15200
according to paper, is this the right way?
gaussian = 1 / math.sqrt(2 * math.pi) / self.sigma * torch.exp(- 0.5 * (p / self.sigma).pow(2))
The text was updated successfully, but these errors were encountered: