提交 593bec2c 编写于 作者: Q qiaolongfei

update test_layers

上级 b19ef3f0
...@@ -161,8 +161,8 @@ class TestBook(unittest.TestCase): ...@@ -161,8 +161,8 @@ class TestBook(unittest.TestCase):
label=label, label=label,
chunk_scheme="IOB", chunk_scheme="IOB",
num_chunk_types=(label_dict_len - 1) / 2) num_chunk_types=(label_dict_len - 1) / 2)
self.assertNotEqual(crf, None) self.assertFalse(crf is None)
self.assertNotEqual(crf_decode, None) self.assertFalse(crf_decode is None)
print(str(program)) print(str(program))
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册