We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff6f782 commit 71c3c93Copy full SHA for 71c3c93
python/paddle/trainer_config_helpers/tests/configs/protostr/test_split_datasource.protostr
@@ -19,7 +19,7 @@ model_config {
19
data_config {
20
type: "py2"
21
files: "train.list"
22
- async_load_data: true
+ async_load_data: false
23
for_test: false
24
load_data_module: "a"
25
load_data_object: "c"
@@ -58,7 +58,7 @@ opt_config {
58
test_data_config {
59
60
files: "test.list"
61
62
for_test: true
63
load_data_module: "b"
64
load_data_object: "d"
0 commit comments