提交 02bbd23f 编写于 作者: J Jiageng Zhang 提交者: A. Unique TensorFlower

Internal change

PiperOrigin-RevId: 534299624
上级 1dba9168
......@@ -82,7 +82,10 @@ class DarknetTest(parameterized.TestCase, tf.test.TestCase):
with strategy.scope():
network = darknet.Darknet(
model_id='darknet53', min_size=3, max_size=5, use_sync_bn=use_sync_bn
model_id='darknet53',
min_level=3,
max_level=5,
use_sync_bn=use_sync_bn,
)
_ = network(inputs)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册