Skip to content

Commit 6b1b44b

Browse files
committed
update example config
1 parent 0738f36 commit 6b1b44b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

configs/example_config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ chemlog_peptides:
55
my_resgated:
66
type: resgated
77
ckpt_path: my_resgated.ckpt # checkpoint trained with chebai
8-
target_labels_path: ../python-chebai/data/chebi_v241/ChEBI50/processed/classes.txt # from the chebai dataset
8+
target_labels_path: ../python-chebai/data/chebi_v244/ChEBI50/processed/classes.txt # from the chebai dataset
99
molecular_properties: # list of properties used during training
1010
- chebai_graph.preprocessing.properties.AtomType
1111
- chebai_graph.preprocessing.properties.NumAtomBonds
@@ -22,5 +22,5 @@ my_resgated:
2222
my_electra:
2323
type: electra
2424
ckpt_path: my_electra.ckpt
25-
target_labels_path: ../python-chebai/data/chebi_v241/ChEBI50/processed/classes.txt
25+
target_labels_path: ../python-chebai/data/chebi_v244/ChEBI50/processed/classes.txt
2626
#classwise_weights_path: my_electra_metrics.json # can be calculated with chebai.results.generate_class_properties

0 commit comments

Comments
 (0)