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
7b165eb4
"...nn/git@developer.sourcefind.cn:OpenDAS/fairscale.git" did not exist on "15512d9e071c861f6cd9129eaa678d9d93ec371e"
Commit
7b165eb4
authored
Jul 28, 2020
by
Kaushik Shivakumar
Browse files
fix tests
parent
ba65cc7e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
research/object_detection/core/target_assigner.py
research/object_detection/core/target_assigner.py
+2
-0
No files found.
research/object_detection/core/target_assigner.py
View file @
7b165eb4
...
@@ -142,6 +142,8 @@ class TargetAssigner(object):
...
@@ -142,6 +142,8 @@ class TargetAssigner(object):
aware of groundtruth weights. Additionally, `cls_weights` and
aware of groundtruth weights. Additionally, `cls_weights` and
`reg_weights` are calculated using groundtruth weights as an added
`reg_weights` are calculated using groundtruth weights as an added
safety.
safety.
class_predictions: a float tensor of shape [N, num_classes] containing class
predictions from the model, to be used in certain matchers.
Returns:
Returns:
cls_targets: a float32 tensor with shape [num_anchors, d_1, d_2 ... d_k],
cls_targets: a float32 tensor with shape [num_anchors, d_1, d_2 ... d_k],
...
...
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