-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
KeyError: 'core' #2
Comments
Have you solved it? I have the same problem |
I have the same problem |
Has anyone solved this problem |
|
This is probably a yaml file, but I can not find it in the project folder as well. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
python main.py --config ./config/aishell_asr_example_lstm4atthead1.yaml --test
Using test mode
Traceback (most recent call last):
File "main.py", line 83, in
solver = Solver(config, paras, mode)
File "/data02/sam.yi/LAS_Mandarin_PyTorch/test_asr.py", line 24, in init
super().init(config, paras, mode)
File "/data02/sam.yi/LAS_Mandarin_PyTorch/core/solver.py", line 75, in init
open(config['core']['config'], 'r'), Loader=yaml.FullLoader)
KeyError: 'core'
The text was updated successfully, but these errors were encountered: