Skip to content

Commit

Permalink
export FLAGS_enable_binding_train_cpu
Browse files Browse the repository at this point in the history
  • Loading branch information
humingqing authored and humingqing committed May 10, 2021
1 parent 3318dd3 commit dca05df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/paddle/fluid/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,7 @@ def __bootstrap__():
'padbox_slotrecord_extend_dim',
'padbox_auc_runner_mode',
'padbox_dataset_enable_unrollinstance',
'enable_binding_train_cpu',
]
core.init_gflags(["--tryfromenv=" + ",".join(read_env_flags)])
core.init_glog(sys.argv[0])
Expand Down

0 comments on commit dca05df

Please sign in to comment.