-
Hello,
after cloning eesen, I went to tools directory and typed make. However, it was encountering an error when installing openfst-1.4.1
The error was shown as below:
./../include/fst/repla…
-
Hi,
I'm trying to run the WSJ example it works up until it reaches this line of code:
gunzip -c $dir/labels.tr.gz | awk '{line=$0; gsub(" "," 0 ",line); print line " 0";}' | \
analyze-counts --…
-
The default vagrant file was for google/gce and kaldi. Getting it to produce a viable installation was a bit tricky because the kaldi install requires various pieces of the eesen install, which the Va…
-
Current in `~/bin/path.sh` is
```
export KALDI_ROOT=../srvk-eesen-offline-transcriber-kaldi
```
Should probably be
```
export KALDI_ROOT=~/kaldi
````
-
Hello,
I want to use the 8khz switchboard models. I am using the EESEN toolkit.
In the Makefile we have:
# optionally get 8khz models
if [ -f /vagrant/swbd-v1-pitch.tgz ]
th…
-
Hi All,
I would like to use an EC2 setup as an API as part of a larger system.
After following the install instructions (https://github.com/srvk/eesen-transcriber/blob/master/INSTALL.md) my und…
-
Hi I get a gridengine cluster which has three nodes(node1,node2,node3), each node has 3 gpus.
node1 is master node, submit node and exector node
node2 is submit node and executor node
node3 is submit …
-
Hi I get a gridengine cluster which has two nodes(node1,node2), each node has 3 gpus.
Also I have another node(node3) as nfs and all the wav data is on node3
then I mount the data dir to node1 and nod…
-
Hey,
Much thanks for this very useful project. After following this [lecture slide](http://people.csail.mit.edu/jrg/meetings/CTC-Dec07.pdf), I was able to generate final decoding graph TLG.fst. For…
-
mkdir: cannot create directory ‘build’: File exists
gcc -I/home/yunbin.zhang/eesen/tools/ATLAS/build/..//CONFIG/include -g -w -c /home/yunbin
.zhang/eesen/tools/ATLAS/build/..//CONFIG/src/atlconf_m…