From eee62648cf075e6520405d6ae18b039a357d40e8 Mon Sep 17 00:00:00 2001 From: ranqiu92 <31875089+ranqiu92@users.noreply.github.com> Date: Sun, 21 Jan 2018 22:30:44 +0800 Subject: [PATCH] Refine test_label_semantic_roles of Fluid (#7193) --- python/paddle/v2/fluid/tests/book/test_label_semantic_roles.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/paddle/v2/fluid/tests/book/test_label_semantic_roles.py b/python/paddle/v2/fluid/tests/book/test_label_semantic_roles.py index be92c48ac52..1a342bf1fbb 100644 --- a/python/paddle/v2/fluid/tests/book/test_label_semantic_roles.py +++ b/python/paddle/v2/fluid/tests/book/test_label_semantic_roles.py @@ -34,7 +34,7 @@ mix_hidden_lr = 1e-3 IS_SPARSE = True PASS_NUM = 10 -BATCH_SIZE = 20 +BATCH_SIZE = 10 embedding_name = 'emb' -- GitLab