Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
SOLOv2-pytorch
Commits
ec209359
Commit
ec209359
authored
Oct 05, 2018
by
Kai Chen
Browse files
bug fix
parent
cedd8a82
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
7 deletions
+6
-7
mmdet/core/losses/__init__.py
mmdet/core/losses/__init__.py
+6
-7
No files found.
mmdet/core/losses/__init__.py
View file @
ec209359
from
.losses
import
(
weighted_nll_loss
,
weighted_cross_entropy
,
weighted_binary_cross_entropy
,
sigmoid_focal_loss
,
weighted_sigmoid_focal_loss
,
mask_cross_entropy
,
weighted_mask_cross_entropy
,
smooth_l1_loss
,
weighted_smoothl1
,
accuracy
)
from
.losses
import
(
weighted_nll_loss
,
weighted_cross_entropy
,
weighted_binary_cross_entropy
,
sigmoid_focal_loss
,
weighted_sigmoid_focal_loss
,
mask_cross_entropy
,
smooth_l1_loss
,
weighted_smoothl1
,
accuracy
)
__all__
=
[
'weighted_nll_loss'
,
'weighted_cross_entropy'
,
'weighted_binary_cross_entropy'
,
'sigmoid_focal_loss'
,
'weighted_sigmoid_focal_loss'
,
'mask_cross_entropy'
,
'weighted_mask_cross_entropy'
,
'smooth_l1_loss'
,
'weighted_smoothl1'
,
'accuracy'
'weighted_sigmoid_focal_loss'
,
'mask_cross_entropy'
,
'smooth_l1_loss'
,
'weighted_smoothl1'
,
'accuracy'
]
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment