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
111c9d39
Commit
111c9d39
authored
Aug 18, 2020
by
Kaushik Shivakumar
Browse files
target assigner test
parent
a6f36d27
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
research/object_detection/core/target_assigner_test.py
research/object_detection/core/target_assigner_test.py
+0
-1
No files found.
research/object_detection/core/target_assigner_test.py
View file @
111c9d39
...
@@ -2280,5 +2280,4 @@ class DETRTargetAssignerTest(test_case.TestCase):
...
@@ -2280,5 +2280,4 @@ class DETRTargetAssignerTest(test_case.TestCase):
self
.
assertEqual
(
reg_weights_out
.
dtype
,
np
.
float32
)
self
.
assertEqual
(
reg_weights_out
.
dtype
,
np
.
float32
)
if
__name__
==
'__main__'
:
if
__name__
==
'__main__'
:
tf
.
enable_v2_behavior
()
tf
.
test
.
main
()
tf
.
test
.
main
()
\ No newline at end of file
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