EuphoriaCelestial
EuphoriaCelestial
> Hey @EuphoriaCelestial, > `trie` is a data structure that's used when binarizing the model. Please have a look here for more info: [kenlm/data-structures](https://kheafield.com/code/kenlm/structures/). > > So, just using the...
> This seems to be a recurring issue. C.f. [kenlm/issues/248](https://github.com/kpu/kenlm/issues/248), [/letter-based-language-model/33986](https://discourse.mozilla.org/t/letter-based-language-model/33986) > > Some suggestions: > > * there's a [discourse forum for DeepSpeech related issues](https://discourse.mozilla.org/c/mozilla-voice-stt/247) to get help from....
I have solved it ... somehow. I dont even know what I have done to solve it, but it worked now. Closed.
oops, I was wrong, the problem still not fixed. I was just able to run the `build_binary` file without `trie` option `./kenlm/bin/build_binary bible.arpa bible.binary` but I need a trie for...
@kmario23 are you having free time to look over this error?
> args.restore_step is referenced in train.py and model.py. > Is there any documentation on recommended use for this argument in checkpointing? > Thanks! it will save checkpoint automatically each 100000...
@FasoCA Yes I also have that error with bucketize, I dont remember how I fixed it but it was temporary, and I am not sure if it was right method....
> Do you recall your solution? I followed my friend's suggestion and hard fix the bucketize like below (this is the else-clause in `get_pitch_embedding` and `get_energy_embedding` ). I dont have...
> I think it's a branch on training vs. inference, correct? no, take a look at forward function in the model, there is many if-else clause inside, when I convert...
> @EuphoriaCelestial So ,did you covert to TRT successful ? I get some problem from onnx to TRT . My error is [`Error Code 4: Internal Error (Network must have...