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
{{ message }}
This repository has been archived by the owner on Jul 17, 2024. It is now read-only.
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:
The tutorial did not mention to install pyaudio.
The tutorial did not mention to install onnx - I used the following command conda install -c conda-forge onnx=1.4.1
The tutorial has a few typos and other mistakes, but I could easily navigate around them (e.g. "GRUKeywordSpotter.ell" in the tutorial is actually "GRU128KeywordSpotter.ell")
The text was updated successfully, but these errors were encountered:
… tutorial
Fix github issue #232 - regressions in audio training tutorial, some command line args have changed, added a blub on VAD tuning that seems to be needed based on some email conversations with some users.
ELL release v3.1.0
- Move to VS 2019
- Fix a codegen error that was resulting in incorrect functional behavior
- Fix regressions in audio training tutorial (#232)
- Add importing of Sum nodes to ONNX importer
- Fix crash in LLVMContext::SetName
- Improved performance of CNN models on Pi3 with new implementations of spatial, pointwise and regular convolutions
- Improved performance of reorder node
- New nodes: ReorderDataCodeNode, SpatialConvolutionNode, MatrixMatrixMultiplyCodeNode
- Implement parallelization strategies for matrix multiplication nodes.
- Only enable new MatrixMatrixMultipleCodeNode path for select ARM targets like Pi, and not Intel/AMD CPUs
- Add the flag `--skip_ellcode` to `compile` and `wrap.py` tools to use OpenBLAS for linear algebra computations.
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:
pyaudio
.onnx
- I used the following commandconda install -c conda-forge onnx=1.4.1
The text was updated successfully, but these errors were encountered: