提交 ec813091 编写于 作者: T tangwei12

add trainning data url for simnet bow

上级 b4b16d1c
......@@ -18,6 +18,9 @@ from test_dist_base import TestDistBase
class TestDistSimnetBow2x2(TestDistBase):
def _setup_config(self):
self._sync_mode = True
def test_simnet_bow(self):
self.check_with_place("dist_simnet_bow.py", delta=1e-7)
......
......@@ -18,6 +18,9 @@ from test_dist_base import TestDistBase
class TestDistTextClassification2x2(TestDistBase):
def _setup_config(self):
self._sync_mode = True
def test_text_classification(self):
self.check_with_place("dist_text_classification.py", delta=1e-7)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册