Skip to content
Snippets Groups Projects
Commit 89cd692e authored by zqwerty's avatar zqwerty Committed by zhuqi
Browse files

fix typo

parent f59f1db4
No related branches found
No related tags found
No related merge requests found
...@@ -67,7 +67,7 @@ def test_end2end(): ...@@ -67,7 +67,7 @@ def test_end2end():
analyzer = Analyzer(user_agent=user_agent, dataset='multiwoz') analyzer = Analyzer(user_agent=user_agent, dataset='multiwoz')
set_seed(20200202) set_seed(20200202)
analyzer.comprehensive_analyze(sys_agent=sys_agent, model_name='BERTNLU-RuleDST-RulePolicy-TemplateNLG', total_dialog=1000) analyzer.comprehensive_analyze(sys_agent=sys_agent, model_name='BERTNLU-RuleDST-RulePolicy-SCLSTM', total_dialog=1000)
if __name__ == '__main__': if __name__ == '__main__':
test_end2end() test_end2end()
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment