You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
***`--smiles_file_path`**: Path to a text file containing one SMILES string per line.
83
83
84
-
***`--save_to`***(optional)*: Predictions will be saved to the path as CSV file. The CSV will contain one row per SMILES string and one column per predicted class.
85
-
86
-
***`--classes_path`***(optional)*: Path to the dataset’s `raw/classes.txt` file, which maps model output indices to ChEBI IDs.
84
+
***`--save_to`***(optional)*: Predictions will be saved to the path as CSV file. The CSV will contain one row per SMILES string and one column per predicted class. Default path will be the current working directory with file name as `predictions.csv`.
87
85
86
+
***`--classes_path`***(optional)*: Path to the dataset’s `classes.txt` file, which maps model output indices to ChEBI IDs.
87
+
* Checkpoints created after PR #135 will have the classification labels stored in them and hence this parameter is not required.
88
88
* If provided, the CSV columns will be named using the ChEBI IDs.
89
89
* If omitted, then script will located the file automatically. If unable to locate then the columns will be numbered sequentially.
0 commit comments