LAS_Mandarin_PyTorch icon indicating copy to clipboard operation
LAS_Mandarin_PyTorch copied to clipboard

KeyError: 'core'

Open yisampi opened this issue 5 years ago • 5 comments

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'

yisampi avatar Aug 17 '20 08:08 yisampi

Have you solved it? I have the same problem

durian1023 avatar Feb 04 '21 08:02 durian1023

I have the same problem

dayu1979 avatar Mar 02 '21 03:03 dayu1979

Has anyone solved this problem

guggugg avatar Mar 10 '21 02:03 guggugg

Have you solved it? I have the same problem I have the same problem

yhz5256 avatar Jun 04 '21 02:06 yhz5256

This is probably a yaml file, but I can not find it in the project folder as well.

Ko-vey avatar Nov 29 '21 13:11 Ko-vey