joshuar9
joshuar9
fstproject --help: ``` (base) [ec2-user@ip-172-31-39-167 s5]$ fstproject --help Projects a transduction onto its input or output language. Usage: fstproject [in.fst [out.fst]] PROGRAM FLAGS: --project_type: type = std::string, default = "input"...
Just for completeness, making that change where it failed also seems to've worked: ``` (base) [ec2-user@ip-172-31-39-167 s5]$ lattice-lmrescore --lm-scale=-1.0 "ark:gunzip -c exp/tri3b/decode_tgsmall_dev_clean_2/lat.10.gz|" "fstproject --project_type=output data/lang_test_tgsmall/G.fst |" ark:- | lattice-lmrescore-const -arpa...
I'm trying to recall all the steps I took to get here myself. lol. I started by following a Vosk docker definition file https://github.com/alphacep/vosk-server/blob/master/docker/Dockerfile.kaldi-vosk-server Then I did `git clone -b...