提交 71c3c93c 编写于 作者: Y Yu Yang

Fix unittest

上级 ff6f7827
...@@ -19,7 +19,7 @@ model_config { ...@@ -19,7 +19,7 @@ model_config {
data_config { data_config {
type: "py2" type: "py2"
files: "train.list" files: "train.list"
async_load_data: true async_load_data: false
for_test: false for_test: false
load_data_module: "a" load_data_module: "a"
load_data_object: "c" load_data_object: "c"
...@@ -58,7 +58,7 @@ opt_config { ...@@ -58,7 +58,7 @@ opt_config {
test_data_config { test_data_config {
type: "py2" type: "py2"
files: "test.list" files: "test.list"
async_load_data: true async_load_data: false
for_test: true for_test: true
load_data_module: "b" load_data_module: "b"
load_data_object: "d" load_data_object: "d"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册