Skip to content

Commit 8b4eb30

Browse files
committed
json file
1 parent eb02306 commit 8b4eb30

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"py/object": "dfpl.options.Options",
3+
"inputFile": "example/data/regression_cytotox.csv",
4+
"outputDir": "example/cytotox/uncomp/train",
5+
"ecModelDir": "example/models/generic_encoder/",
6+
"type": "smiles",
7+
"fpType": "topological",
8+
"fpSize": 2048,
9+
"encFPSize": 256,
10+
"enableMultiLabel": false,
11+
"verbose": 2,
12+
"trainAC": false,
13+
"trainFNN": true,
14+
"compressFeatures": false,
15+
"kFolds": 5,
16+
"testSize": 0.2,
17+
"optimizer": "Adam",
18+
"lossFunction": "mse",
19+
"epochs": 5000,
20+
"batchSize": 1024 ,
21+
"activationFunction": "relu",
22+
"dropout": 0.3,
23+
"learningRate" : 0.0001 ,
24+
"l2reg" : 0.0001 ,
25+
"fnnType": "REG",
26+
"normalize" : true
27+
}

0 commit comments

Comments
 (0)