Merge pull request #1528 from lilinxiong/dygraph

Update det_basic_loss.py
This commit is contained in:
MissPenguin 2020-12-21 11:10:24 +08:00 committed by GitHub
commit f117f052fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -45,7 +45,6 @@ class BalanceLoss(nn.Layer):
self.balance_loss = balance_loss
self.main_loss_type = main_loss_type
self.negative_ratio = negative_ratio
self.main_loss_type = main_loss_type
self.return_origin = return_origin
self.eps = eps