You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Specifying parameters through the command line works only if those parameters are in a config file used to run the train.py. So merging only works in a case of override, but not in the case of a union of .yaml config parameters and parameters from the command line.
Way to reproduce the issue:
Could not override 'task.params.freeze_backbone'.
To append to your config use +task.params.freeze_backbone=true
Key 'freeze_backbone' is not in struct
full_key: task.params.freeze_backbone
object_type=dict
Set the environment variable HYDRA_FULL_ERROR=1 for a complete stack trace.
The text was updated successfully, but these errors were encountered:
Specifying parameters through the command line works only if those parameters are in a config file used to run the
train.py
. So merging only works in a case of override, but not in the case of a union of .yaml config parameters and parameters from the command line.Way to reproduce the issue:
Error Message:
The text was updated successfully, but these errors were encountered: