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
ResNet50_tensorflow
Commits
b1f77678
Commit
b1f77678
authored
Nov 01, 2021
by
Vighnesh Birodkar
Committed by
TF Object Detection Team
Nov 01, 2021
Browse files
List WeightedDiceClassificationLoss at top of docstring.
PiperOrigin-RevId: 406929565
parent
ab70b0f2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
research/object_detection/core/losses.py
research/object_detection/core/losses.py
+1
-0
No files found.
research/object_detection/core/losses.py
View file @
b1f77678
...
@@ -25,6 +25,7 @@ Classification losses:
...
@@ -25,6 +25,7 @@ Classification losses:
* WeightedSoftmaxClassificationLoss
* WeightedSoftmaxClassificationLoss
* WeightedSoftmaxClassificationAgainstLogitsLoss
* WeightedSoftmaxClassificationAgainstLogitsLoss
* BootstrappedSigmoidClassificationLoss
* BootstrappedSigmoidClassificationLoss
* WeightedDiceClassificationLoss
"""
"""
from
__future__
import
absolute_import
from
__future__
import
absolute_import
from
__future__
import
division
from
__future__
import
division
...
...
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