Piotr Żelasko

Results 523 comments of Piotr Żelasko

Yeah, I reproduced with: ``` 2021-01-09 19:24:38,925 INFO [mmi_bigram_decode.py:297] %WER 11.09% [5831 / 52576, 985 ins, 453 del, 4393 sub ] ``` However, that's only after I removed old L,...

I've got the results for the new training runs: den_scale = 0.9 ``` 2021-01-10 15:50:54,008 INFO [mmi_bigram_decode.py:297] %WER 11.42% [6005 / 52576, 661 ins, 817 del, 4527 sub ] ```...

That is weird, it looks like you’re trying to copy a directory into a sub-directory within that directory. Maybe there are some env vars or docker args related to workdir...

BTW what do the axes mean in the Fsa object? I always observe shapes like: `[156234, None]` - is the first the number of states, and the second an indication...

I saw that, but I don't think it explains the meaning of the last "None" anywhere?

Readthedocs can be set up to automatically build the documentation for each PR and for master each time a PR is merged (I think it's configurable on their website ->...

I've used [ReadTheDocs for Lhotse](https://lhotse.readthedocs.io/en/latest/) and it's generally been good. I've set it up to build for each PR so you can investigate if the docs are being built correctly...

Maybe Lhotse one will also be helpful: https://github.com/pzelasko/lhotse/tree/master/docs

> Note, I am not super up-to-date with master code. Actually I don't want to be 100% up-to-date because I have json.gz, not jsonl.gz, manifests on disk and I want...