sphinxtrain icon indicating copy to clipboard operation
sphinxtrain copied to clipboard

Acoustic model trainer for CMU Sphinx

Results 17 sphinxtrain issues
Sort by recently updated
recently updated
newest added

In theory, semi-continuous or PTM models are supposed to be fast! But training them is incredibly slow, especially the initial flat start. This is most likely due to some redundant...

If running `sphinxtrain train` and it fails (as it does, because the Perl scripts have bugs, but also as it might if using spot instances on $CLOUD) then there's no...

While it's unlikely that anyone would seriously be triggered or offended by a script called `slave_convg.pl` it's true that we wouldn't call it, say, `concentration_camp.pl` or `residential_school.pl`. Beyond being in...

While various PBS-like schedulers still live on, it seems that most people use Slurm these days, and there's even a relatively straightforward tutorial on setting it up on Google Compute...

Decoding in particular wastes a lot of time waiting for parts of the data that happen to contain very long utterances. The simpler alternative is to shuffle the data, though...

Since a change to PocketSphinx this is considered (as it should be) part of the feature extraction parameters, so SphinxTrain should put it there.

Something isn't right with the way the initial model gets saved, because if you kill and restart stage 20 you get this: ``` ERROR: FATAL: "main.c", line 338: src mean...

I am unable to compile the code on macOS 12.1 Monterey. After running `./configure`, the `make` commands fails: ``` Making all in libcommon /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I....

Added in helpful Bash scripts to simplify acoustic model adaptation process. Built based off of the adaptation instructions on the website. I tried setting up SVN but I'm unfamiliar with...

2to3 fix types: - [x] print - [x] asserts - [x] dict - [x] raise - [x] has_key - [x] idioms - [ ] filter - [ ] itertools -...