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
5c038c8a
Commit
5c038c8a
authored
Jun 15, 2021
by
Vishnu Banna
Browse files
new lines
parent
158c193f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
official/vision/beta/projects/yolo/modeling/decoders/yolo_decoder_test.py
...beta/projects/yolo/modeling/decoders/yolo_decoder_test.py
+0
-1
No files found.
official/vision/beta/projects/yolo/modeling/decoders/yolo_decoder_test.py
View file @
5c038c8a
...
@@ -62,7 +62,6 @@ class YoloDecoderTest(parameterized.TestCase, tf.test.TestCase):
...
@@ -62,7 +62,6 @@ class YoloDecoderTest(parameterized.TestCase, tf.test.TestCase):
activation
=
'mish'
)
activation
=
'mish'
)
else
:
else
:
raise
NotImplementedError
(
f
'YOLO decoder test
{
type
}
not implemented.'
)
raise
NotImplementedError
(
f
'YOLO decoder test
{
type
}
not implemented.'
)
return
model
return
model
@
parameterized
.
parameters
(
'1'
,
'6spp'
,
'6sppfpn'
,
'6'
)
@
parameterized
.
parameters
(
'1'
,
'6spp'
,
'6sppfpn'
,
'6'
)
...
...
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