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
f72dfa8d
"examples/git@developer.sourcefind.cn:hehl2/torchaudio.git" did not exist on "9078c0b99e642943c193ee22b266f47fc21eda31"
Commit
f72dfa8d
authored
Jul 23, 2020
by
Kaushik Shivakumar
Browse files
make modifications
parent
8b6a4628
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
1 deletion
+1
-1
research/object_detection/meta_architectures/context_rcnn_lib_tf1_test.py
...detection/meta_architectures/context_rcnn_lib_tf1_test.py
+0
-1
research/object_detection/meta_architectures/context_rcnn_lib_tf2_test.py
...detection/meta_architectures/context_rcnn_lib_tf2_test.py
+1
-0
No files found.
research/object_detection/meta_architectures/context_rcnn_lib_tf1_test.py
View file @
f72dfa8d
...
...
@@ -28,7 +28,6 @@ from object_detection.utils import tf_version
_NEGATIVE_PADDING_VALUE
=
-
100000
@
unittest
.
skipIf
(
tf_version
.
is_tf2
(),
'Skipping TF1.X only test.'
)
class
ContextRcnnLibTest
(
parameterized
.
TestCase
,
test_case
.
TestCase
,
tf
.
test
.
TestCase
):
...
...
research/object_detection/meta_architectures/context_rcnn_lib_tf2_test.py
View file @
f72dfa8d
...
...
@@ -28,6 +28,7 @@ from object_detection.utils import tf_version
_NEGATIVE_PADDING_VALUE
=
-
100000
@
unittest
.
skipIf
(
tf_version
.
is_tf1
(),
'Skipping TF2.X only test.'
)
class
ContextRcnnLibTest
(
parameterized
.
TestCase
,
test_case
.
TestCase
):
"""Tests for the functions in context_rcnn_lib."""
...
...
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