Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dil-shana committed Nov 20, 2024
1 parent ff9d0e5 commit a3d5ac6
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 3 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ predictions
.RDataFiles
input_datasets
output_data
data
singularity_container/dfpl.sif
dfpl/testDFPLwithDCdata.py
__pycache__
Expand Down
Binary file added .sweep.yaml.swp
Binary file not shown.
1 change: 1 addition & 0 deletions data
4 changes: 2 additions & 2 deletions example/herg10uM_sliced_predict.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"py/object": "dfpl.options.Options",
"inputFile": "data/herg_10uM_NN_sliced_minus2to2.csv",
"outputDir": "example/herg_10uM/predict/comp_sliced/",
"outputDir": "example/herg_10/predict/comp_sliced/",
"outputFile": "predict_data_AR.csv",
"ecModelDir": "example/models/generic_encoder",
"fnnModelDir": "example/herg_10uM/train/comp_sliced/AR_saved_model/",
"fnnModelDir": "example/herg_10/train/comp_sliced/AR_saved_model/",
"compressFeatures": true,
"trainAC": false,
"trainFNN": false,
Expand Down
6 changes: 6 additions & 0 deletions example/herg_10uM/predict/predict.log
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
2024-11-15 17:08:41,795 - root - INFO - The following arguments are received or filled with default values:
Namespace(method='predict', configFile='/home/shanavas/PycharmProjects/generate_dfpl_regression_data/example/herg10uM_sliced_predict.json')
2024-11-15 17:08:42,956 - tensorflow - WARNING - No training configuration found in save file, so the model was *not* compiled. Compile it manually.
2024-11-15 17:08:42,957 - root - INFO - Adding compressed fingerprints
2024-11-15 17:08:42,984 - root - INFO - Using input matrix of shape (31992, 2048) with type bool
2024-11-15 17:08:42,984 - root - INFO - Compressed fingerprints are added to input dataframe.

0 comments on commit a3d5ac6

Please sign in to comment.