Commit 5c038c8a authored by Vishnu Banna's avatar Vishnu Banna
Browse files

new lines

parent 158c193f
...@@ -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')
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment