We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ace30a commit ddcdeacCopy full SHA for ddcdeac
configs/model/ensemble/chebiEnsemble.yml
@@ -1,2 +1,15 @@
1
class_path: chebai.models.ensemble.ChebiEnsemble
2
init_args:
3
+ model_configs: {
4
+ "model_1_name": {
5
+ "ckpt_path": "path/to/your/model_1/checkpoint.ckpt",
6
+ "class_path": "path/to/your/model_1/class",
7
+ "labels_path": "path/to/your/model_1/classes.json",
8
+ },
9
+
10
+ "model_2_name": {
11
+ "ckpt_path": "path/to/your/model_2/checkpoint.ckpt",
12
+ "class_path": "path/to/your/model_2/class",
13
+ "labels_path": "path/to/your/model_2/classes.json",
14
15
+ }
0 commit comments