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
Note: to keep the backlog clean and actionable, issues may be immediately closed if they do not follow one of the above issue templates.
wenn I run the stage7 in run_torchaudio.sh.There is always a problem:
hydra.errors.ConfigCompositionException: Could not override 'task.data'. Maybe the problem is in the python file hydra_train.python
Could not override 'task.data'.
To append to your config use +task.data=/espresso/examples/asr_librispeech/data
Key 'data' is not in struct
full_key: task.data
reference_type=Any
object_type=dict
How can I solve it.
The text was updated successfully, but these errors were encountered:
I just tested and didn't see the errors. Did you check if hydra-core>=1.0.7,<1.1 omegaconf<2.1 in your Python environment, and you are using the latest Espresso (older ones may have issues).
A qiuick fix is to follow what the prompt says: add "+" before "task.data", or directly enter the path string in the corresonding yaml config file you are going to use.
👉 Please follow one of these issue templates 👈
Note: to keep the backlog clean and actionable, issues may be immediately closed if they do not follow one of the above issue templates.
wenn I run the stage7 in run_torchaudio.sh.There is always a problem:
hydra.errors.ConfigCompositionException: Could not override 'task.data'. Maybe the problem is in the python file hydra_train.python
Could not override 'task.data'.
To append to your config use +task.data=/espresso/examples/asr_librispeech/data
Key 'data' is not in struct
full_key: task.data
reference_type=Any
object_type=dict
How can I solve it.
The text was updated successfully, but these errors were encountered: