File tree Expand file tree Collapse file tree 3 files changed +15
-2
lines changed
Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ latent_encoder_kwargs:
1010 hidden_size : 64
1111 n_layers : 1
1212 activation : leaky_relu
13- dropout : 0.5
13+ dropout : 0.
1414
1515
1616# =============================================================
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ _target_: "torch_concepts.nn.ConceptEmbeddingModel"
77
88task_names : ${dataset.default_task_names}
99
10- exogenous_size : 16
10+ exogenous_size : 4
1111
1212inference :
1313 _target_ : " torch_concepts.nn.DeterministicInference"
Original file line number Diff line number Diff line change 1+ defaults :
2+ - _commons
3+ - _self_
4+
5+ _target_ : " torch_concepts.nn.ConceptEmbeddingModel_Independent"
6+
7+ task_names : ${dataset.default_task_names}
8+
9+ exogenous_size : 4
10+
11+ inference :
12+ _target_ : " torch_concepts.nn.DeterministicInference"
13+ _partial_ : true
You can’t perform that action at this time.
0 commit comments