Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
...@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment