File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -51,6 +51,7 @@ python3 -m chebai predict_from_file --model=[path-to-model-config] --checkpoint_
5151```
5252The input files should contain a list of line-separated SMILES strings. This generates a CSV file that contains the
5353one row for each SMILES string and one column for each class.
54+ The ` classes_path ` is the path to the dataset's ` raw/classes.txt ` file that contains the relationship between model output and ChEBI-IDs.
5455
5556## Evaluation
5657
@@ -68,4 +69,4 @@ and the fold to be used in the current optimisation run as
6869--data.init_args.fold_index=I
6970```
7071To train K models, you need to do K such calls, each with a different ` fold_index ` . On the first call with a given
71- ` inner_k_folds ` , all folds will be created and stored in the data directory
72+ ` inner_k_folds ` , all folds will be created and stored in the data directory
You can’t perform that action at this time.
0 commit comments