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 ce7f6a3 commit 3810d32Copy full SHA for 3810d32
conceptarium/conf/model/cem.yaml
@@ -0,0 +1,14 @@
1
+defaults:
2
+ - _commons
3
+ - _self_
4
+
5
+# wrapper for 'joint' training mode
6
+_target_: "torch_concepts.nn.ConceptEmbeddingModel"
7
8
+task_names: ${dataset.default_task_names}
9
10
+exogenous_size: 16
11
12
+inference:
13
+ _target_: "torch_concepts.nn.DeterministicInference"
14
+ _partial_: true
conceptarium/conf/model/cem_joint.yaml
@@ -0,0 +1,13 @@
+_target_: "torch_concepts.nn.ConceptEmbeddingModel_Joint"
0 commit comments