Commit 4c5cfaea authored by Thang Vu's avatar Thang Vu Committed by Kai Chen
Browse files

fix bug in iou loss style (#713)

parent 2b8ad3e0
...@@ -19,6 +19,7 @@ class IoULoss(nn.Module): ...@@ -19,6 +19,7 @@ class IoULoss(nn.Module):
pred, pred,
target, target,
weight, weight,
style=self.style,
beta=self.beta, beta=self.beta,
eps=self.eps, eps=self.eps,
*args, *args,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment