Sonja Topf
commited on
Commit
·
f3582c7
1
Parent(s):
7519f88
changed paths
Browse files- predict.py +2 -2
predict.py
CHANGED
|
@@ -45,8 +45,8 @@ def predict(smiles_list):
|
|
| 45 |
# predict
|
| 46 |
command = [
|
| 47 |
"chemprop", "predict",
|
| 48 |
-
"--test-path", "data/smiles_cleaned.csv",
|
| 49 |
-
"--model-path", "checkpoints/best.pt",
|
| 50 |
"--smiles-columns", "smiles"
|
| 51 |
]
|
| 52 |
|
|
|
|
| 45 |
# predict
|
| 46 |
command = [
|
| 47 |
"chemprop", "predict",
|
| 48 |
+
"--test-path", "./data/smiles_cleaned.csv",
|
| 49 |
+
"--model-path", "./checkpoints/best.pt",
|
| 50 |
"--smiles-columns", "smiles"
|
| 51 |
]
|
| 52 |
|