未验证 提交 4b888f67 编写于 作者: J Jiangxinz 提交者: GitHub

fix unexpected key word (#34046)

上级 9e32a387
...@@ -62,7 +62,8 @@ class TestDistRunnerBase(object): ...@@ -62,7 +62,8 @@ class TestDistRunnerBase(object):
batch_size=DEFAULT_BATCH_SIZE, batch_size=DEFAULT_BATCH_SIZE,
lr=0.1, lr=0.1,
single_device=False, single_device=False,
use_dgc=False): use_dgc=False,
dist_strategy=None):
raise NotImplementedError( raise NotImplementedError(
"get_model should be implemented by child classes.") "get_model should be implemented by child classes.")
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册