From c33d6417fb075c10f357a6f8fa2b4eca4d75cc9d Mon Sep 17 00:00:00 2001 From: zhouyingfeng Date: Mon, 9 Jan 2017 15:24:52 +0800 Subject: [PATCH] fix code style error in semantic_role_labelling --- demo/semantic_role_labeling/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/semantic_role_labeling/test.sh b/demo/semantic_role_labeling/test.sh index eabfb3fe3d..095bbff2ea 100755 --- a/demo/semantic_role_labeling/test.sh +++ b/demo/semantic_role_labeling/test.sh @@ -38,4 +38,4 @@ paddle train \ --config_args=is_test=1 \ --test_all_data_in_one_period=1 \ 2>&1 | tee 'test.log' -paddle usage -l test.log -e $? -n "semantic_role_labeling_test" >/dev/null 2>&1 \ No newline at end of file +paddle usage -l test.log -e $? -n "semantic_role_labeling_test" >/dev/null 2>&1 -- GitLab