Alexander-H-Liu / End-to-end-ASR-Pytorch

This is an open source project (formerly named Listen, Attend and Spell - PyTorch Implementation) for end-to-end ASR implemented with Pytorch, the well known deep learning toolkit.
MIT License
1.18k stars 318 forks source link

TypeError: create_dataset() missing 1 required positional argument: 'test_path' #63

Open Deep-learning999 opened 4 years ago

Deep-learning999 commented 4 years ago

!python main.py --config config/dlhlp/asr_dlhlp.yaml

Screenshot_20200913_184730

vectominist commented 4 years ago

I think that test_path is an argument defined by yourself since I cannot find it in the original code. The original code already has the functionality of testing the trained ASR model. You may checkout decode_example.yaml or another config from another repository dlhlp_test.yaml.