You need to sign in or sign up before continuing.
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):
pred,
target,
weight,
style=self.style,
beta=self.beta,
eps=self.eps,
*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