@@ -44,13 +44,13 @@ More details please see `README.md` under `examples`.
...
@@ -44,13 +44,13 @@ More details please see `README.md` under `examples`.
> If using docker please check `--privileged` is set when `docker run`.
> If using docker please check `--privileged` is set when `docker run`.
* Fatal error at startup: `a function redirection which is mandatory for this platform-tool combination cannot be set up`
* Fatal error at startup: `a function redirection which is mandatory for this platform-tool combination cannot be set up`
```
```bash
apt-get install libc6-dbg
apt-get install libc6-dbg
```
```
* Install
* Install
```
```bash
pushd tools
pushd tools
./setup_valgrind.sh
./setup_valgrind.sh
popd
popd
...
@@ -59,4 +59,4 @@ popd
...
@@ -59,4 +59,4 @@ popd
## TODO
## TODO
### Deepspeech2 with linear feature
### Deepspeech2 with linear feature
* DecibelNormalizer: there is a little bit difference between offline and online db norm. The computation of online db norm read feature chunk by chunk, which causes the feature size is different with offline db norm. In normalizer.cc:73, the samples.size() is different, which causes the difference of result.
* DecibelNormalizer: there is a small difference between the offline and online db norm. The computation of online db norm reads features chunk by chunk, which causes the feature size to be different different with offline db norm. In `normalizer.cc:73`, the `samples.size()` is different, which causes the different result.