-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
XMerge branch 'regression-dilshana' of github.com:yigbt/deepFPlearn i…
…nto regression-dilshana
- Loading branch information
Showing
9 changed files
with
109 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
{ | ||
"py/object": "dfpl.options.Options", | ||
"inputFile": "/home/shanavas/PycharmProjects/deepFPlearn/example/data/herg_10uM_NN_sliced_minus2to2.csv", | ||
"outputDir": "/data/bioinf/projects/data/2024_invitrodb_data/dilshana/home/PyCharm/sweep/trial", | ||
"ecModelDir": "/home/shanavas/PycharmProjects/deepFPlearn/example/models/generic_encoder/", | ||
"type": "smiles", | ||
"fpType": "topological", | ||
"fpSize": 2048, | ||
"encFPSize": 256, | ||
"enableMultiLabel": false, | ||
"verbose": 2, | ||
"trainAC": false, | ||
"trainFNN": true, | ||
"compressFeatures": true, | ||
"kFolds": 1, | ||
"testSize": 0.2, | ||
"optimizer": "Adam", | ||
"batchSize": 128, | ||
"lossFunction": "mse", | ||
"epochs": 5000, | ||
"activationFunction": "tanh", | ||
"fnnType": "REG", | ||
"wabTracking": true | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
{ | ||
"py/object": "dfpl.options.Options", | ||
"inputFile": "PycharmProjects/deepFPlearn/example/data/herg_10uM_NN_sliced_minus2to2.csv", | ||
"outputDir": "/data/bioinf/projects/data/2024_invitrodb_data/dilshana/home/PyCharm/sweep", | ||
"ecModelDir": "Pycharm/example/models/generic_encoder/", | ||
"type": "smiles", | ||
"fpType": "topological", | ||
"fpSize": 2048, | ||
"encFPSize": 256, | ||
"enableMultiLabel": false, | ||
"verbose": 2, | ||
"trainAC": false, | ||
"trainFNN": true, | ||
"compressFeatures": false, | ||
"kFolds": 1, | ||
"testSize": 0.2, | ||
"optimizer": "Adam", | ||
"batchSize": 128, | ||
"lossFunction": "mse", | ||
"epochs": 5000, | ||
"activationFunction": "tanh", | ||
"fnnType": "REG", | ||
"wabTracking": true | ||
} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
program: dfpl | ||
command: | ||
- ${env} | ||
- "/home/shanavas/miniforge3/envs/dfpl_env/bin/python" | ||
- "-m" | ||
- ${program} | ||
- "train" | ||
- "-f" | ||
- "/home/shanavas/PycharmProjects/deepFPlearn/example/dilshana-sweep-trial/train_dilshana.json" | ||
- ${args} | ||
method: random | ||
metric: | ||
name: val_loss | ||
goal: minimize | ||
parameters: | ||
dropout: | ||
distribution: uniform | ||
min: 0.00001 | ||
max: 0.5 | ||
l2reg: | ||
distribution: uniform | ||
min: 0.00001 | ||
max: 0.1 | ||
batchSize: | ||
values: [64, 128, 256, 512] | ||
learningRate: | ||
distribution: uniform | ||
min: 0.00001 | ||
max: 0.01 | ||
wabTarget: | ||
value: AR | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
run-20241113_115750-eo5mov7c/logs/debug-internal.log | ||
run-20241120_154315-7i2068pl/logs/debug-internal.log |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
run-20241113_115750-eo5mov7c/logs/debug.log | ||
run-20241120_154315-7i2068pl/logs/debug.log |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
run-20241113_115750-eo5mov7c | ||
run-20241120_154315-7i2068pl |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
#!/bin/bash -l | ||
# Standard output and error: | ||
#SBATCH --chdir=/home/shanavas # Set the working directory | ||
#SBATCH --output=/home/%u/%x-%j.out # Standard output log | ||
#SBATCH --error=/home/%u/%x-%j.err # Standard error log | ||
#SBATCH --mem-per-cpu=2G # Memory per CPU | ||
#SBATCH -G 1 # Request 1 GPU if needed, change as necessary | ||
#SBATCH --time=0-12:00:00 # Maximum runtime (2 hours) | ||
|
||
|
||
module purge | ||
#module load cuda/12.0 | ||
|
||
source ~/miniforge3/etc/profile.d/conda.sh | ||
conda activate dfpl_env | ||
# Run the program: | ||
#srun wandb agent Pycharm/deepFPlearn/81yqknwm &> dfpl_run.log | ||
|
||
srun wandb agent --count 50 dilshana-ufz/deepFPlearn/o5rkx4co &> dfpl_run.log |