David van Leeuwen
David van Leeuwen
Hello, We have an application with a very small vocabulary (~100 words). With an almost trivial bigram model (as kenlm seems not to be able to make a unigram model),...
Also figure out a way to use a proper documentation environment, rather than just the [README](https://github.com/davidavdav/NamedArrays.jl/blob/master/README.md), which is pretty outdated.
With Julia 1.0, some library stuff has moved out of julia Base. `NamedArrays` should probably lazy-load support for this stuff only when it is used, for instance with [Requires](https://github.com/MikeInnes/Requires.jl). First...
Hello, I've been busy with the default fairseq `examples/speech_recognition/infer.py` and also this repo's `recognize.py`, to see if it is possible to run inference using a model we made ourselves by...