Peter Ross
Peter Ross
I have the same experience using Pleco for Android. Those primitive entries (mist, piglets, etc.) do not hyperlink correctly. The entries can be found manually by selecting **Settings -> Manage...
Icefall: Latest. https://github.com/k2-fsa/icefall/commit/1aeffa73bce3d4803ec52f0d17287ff65e280430 Code changes: **Minimal** to make it download and run on my limited hardware. Diff: https://github.com/rouseabout/icefall/commit/9e23b3826403c1e196b5249b74d56391d68a8760 * `prepare.sh`: download librispeech mini instead of full * `prepare.sh`: use only...
Thanks for looking into this. Quick note setup.py disables building the C++ tests. I suggest changing this. ``` extra_cmake_args += " -DK2_ENABLE_TESTS=OFF " ``` After rebuilding, I can see 2...
`ctest --rerun-failed --output-on-failure 2>&1 | tee /tmp/log.txt` https://pross.sdf.org/sandpit/log.txt (467 KiB) > I paste the code here (the top_sort is in the last 5th line), can you dump the problemic lattice,...
https://pross.sdf.org/sandpit/lattice.pt (6.7M) Observation: The contents of path_lattice.pt changes each time I run decode.py (md5sum changes), whereas lattice.pt content is always the same. I expected these to be deterministic.
@pkufool Really appreciate you looking intro this. It is not urgent. I can confirm the lattice.pt and path_lattice.pt were output from `/pruned_transducer_stateless7/decode.py --decoding-method fast_beam_search_nbest_LG` and it crashed at `top_sort.cu:324`. When...
Opps, I missed cell 14 :( ``` k2 version: 1.24.3 Build type: Release Git SHA1: 1a76309e5c6343c4d18965b7ce134a7f311d9d3a Git date: Sun May 28 06:04:03 2023 Cuda used to build k2: 12.1 cuDNN...
Results: 8GB Tesla P4: | Container | PyTorch | CUDA | Status | | --- | --- | --- | --- | | nvcr.io/nvidia/pytorch:22.05-py3 | 1.12.0a0+8a1a93a | 11.7.0 | WORKING...
8GB Tesla P4: | Container | PyTorch | CUDA | Status | | --- | --- | --- | --- | | nvcr.io/nvidia/pytorch:23.05-py3 | 2.0.0 | 12.1.1 | CRASH |
Withdrawing cstyle/bool and ops_cpu/CMPEQ patches, as they are band-aids for more fundamental problem with the typing system. Non float types are currently second class citizens in tinygrad. torch and numpy...