-
Notifications
You must be signed in to change notification settings - Fork 57
Open
Labels
bugSomething isn't workingSomething isn't workinginfraIssues related to infrastructureIssues related to infrastructureinfra:configIssues relating to the `common.config` module or the configuration more broadly.Issues relating to the `common.config` module or the configuration more broadly.
Description
What happened?
Overriding of configs doesn't work as expected.
When we try to override the default
...
### Example validation and training config for mask token modelling in physical space
validation_config: {"losses": {LossPhysical: {weight: 1.0, loss_fcts: [['mse', 1.0]]},}}
...
with a different validation_config
validation_config:
losses:
LossLatentSSLStudentTeacher: {
"weight": 1.0,
"JEPA": {'weight': 5, "loss_extra_args": {}, "out_dim": 2048} }
We get the two configs appended
validation_config:
losses:
LossPhysical:
weight: 1.0
loss_fcts:
- ["mse", 1.0]
LossLatentSSLStudentTeacher:
weight: 1.0
JEPA:
weight: 5
loss_extra_args: {}
out_dim: 2048
which is not the intended outcome
What are the steps to reproduce the bug?
No response
Hedgedoc link to logs and more information. This ticket is public, do not attach files directly.
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinginfraIssues related to infrastructureIssues related to infrastructureinfra:configIssues relating to the `common.config` module or the configuration more broadly.Issues relating to the `common.config` module or the configuration more broadly.
Type
Projects
Status
No status