Skip to content

Commit

Permalink
json file
Browse files Browse the repository at this point in the history
  • Loading branch information
dil-shana committed Nov 15, 2024
1 parent eb02306 commit 8b4eb30
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions example/cytotox_train_uncomp_1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"py/object": "dfpl.options.Options",
"inputFile": "example/data/regression_cytotox.csv",
"outputDir": "example/cytotox/uncomp/train",
"ecModelDir": "example/models/generic_encoder/",
"type": "smiles",
"fpType": "topological",
"fpSize": 2048,
"encFPSize": 256,
"enableMultiLabel": false,
"verbose": 2,
"trainAC": false,
"trainFNN": true,
"compressFeatures": false,
"kFolds": 5,
"testSize": 0.2,
"optimizer": "Adam",
"lossFunction": "mse",
"epochs": 5000,
"batchSize": 1024 ,
"activationFunction": "relu",
"dropout": 0.3,
"learningRate" : 0.0001 ,
"l2reg" : 0.0001 ,
"fnnType": "REG",
"normalize" : true
}

0 comments on commit 8b4eb30

Please sign in to comment.