microsoft / ELL

Embedded Learning Library
https://microsoft.github.io/ELL
Other
2.29k stars 294 forks source link

Issues with "Training an audio keyword spotter with PyTorch" tutorial #232

Closed psiphi75 closed 3 years ago

psiphi75 commented 5 years ago

I have followed the Training an audio keyword spotter with PyTorch tutorial, on a clean install of Ubuntu 18.04.

I have found the following minor issues:

lovettchris commented 5 years ago

Good point. The pyaudio setup was mentioned in the first audio tutorial. ONNX setup is missing from all our docs. Thanks for reporting these doc bugs.

lovettchris commented 3 years ago

Most of these issues are fixed and "onnx" is listed in the requirements.txt file in the ELL repo.