Skip to content

Commit 1847d5f

Browse files
committed
for improve
1 parent f783eda commit 1847d5f

File tree

1 file changed

+49
-0
lines changed

1 file changed

+49
-0
lines changed
Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
[Global_Params]
2+
header_url = 'https://raw.githubusercontent.com/brettin/ML-training-inferencing/master/'
3+
data_url = 'ftp://ftp.mcs.anl.gov/pub/candle/public/benchmarks/Examples/V5.1-1M-flatten/'
4+
model_url = 'ftp://ftp.mcs.anl.gov/pub/candle/public/models/examples/adrp/V5.1-ml-models-1M-flatten.release/'
5+
6+
benchmakr_data = True
7+
test_data = 'ml.ADRP_6W02_A_1_H.Orderable_zinc_db_enaHLL.sorted.4col.dd.dedup.test.parquet'
8+
train_data = 'ml.ADRP_6W02_A_1_H.Orderable_zinc_db_enaHLL.sorted.4col.dd.dedup.train.parquet'
9+
val_data = 'ml.ADRP_6W02_A_1_H.Orderable_zinc_db_enaHLL.sorted.4col.dd.dedup.val.parquet'
10+
11+
base_name = 'ADRP_6W02_A_1_H'
12+
model_name = 'adrp'
13+
dense = [250, 125, 60, 30]
14+
batch_size = 32
15+
epochs = 400
16+
activation = 'elu'
17+
out_activation = 'relu'
18+
loss = 'mean_squared_error'
19+
optimizer = 'sgd'
20+
dropout = 0.1
21+
learning_rate = 0.0001
22+
momentum = 0.9
23+
scaling = 'minmax'
24+
epsilon_std = 1.0
25+
rng_seed = 2017
26+
initialization = 'glorot_uniform'
27+
latent_dim = 2
28+
batch_normalization = False
29+
save_path = ''
30+
use_cp = False
31+
early_stop = True
32+
early_patience = 20
33+
reduce_lr = True
34+
reduce_patience = 10
35+
reduce_ratio = 1e-5
36+
feature_subsample = 0
37+
verbose = None
38+
logfile = None
39+
train_bool = True
40+
shuffle = False
41+
profiling = False
42+
residual = False
43+
warmup_lr = False
44+
use_tb = False
45+
tsne = False
46+
use_sample_weight = False
47+
sample_weight_type = 'linear'
48+
[Monitor Params]
49+
timeout = 36000

0 commit comments

Comments
 (0)