config.ini 539 字节
Newer Older
T
tangwei 已提交
1 2 3 4 5 6 7 8 9 10
#type of storage cluster
storage_type="hdfs"
#attention: files for training should be put on hdfs
force_reuse_output_path="True"

fs_name="afs://yinglong.afs.baidu.com:9902"
fs_ugi="paddle,paddle"

thirdparty_path="/user/paddle/benchmark/ctr/thirdparty"

T
tangwei 已提交
11 12 13 14 15
#train data path on hdfs
train_data_path="/user/paddle/benchmark/ctr/train_data_paddle/part_1*"
#test data path on hdfs
#test_data_path="/user/paddle/benchmark/ctr/test_data"

T
tangwei 已提交
16 17 18 19 20
#the output directory on hdfs
output_path="/user/paddle/ly"

CPU_NUM=16

T
tangwei 已提交
21 22
GLOG_v=0
FLAGS_rpc_deadline=300000