huangruizhe

Results 15 comments of huangruizhe

Thanks, and here is the result: ![image](https://user-images.githubusercontent.com/28626513/182013653-b3d37f6a-08e8-4c18-a1ec-5bd51aef911d.png)

Thanks for the detailed instructions! I will try now.

After a while, it got stuck at the same place again (maybe 20+ minutes now): ![image](https://user-images.githubusercontent.com/28626513/182014553-08ea47ae-8761-4cde-bb4b-896ac1833e4e.png) Is it related to some failed tests as shown on the screenshot?

Ok, I see. I tried installing it with conda earlier, but conda is very slow in figuring out package dependencies.. Then I tried pip, and installing from src as you...

Got the same problem, and fixed in the same way. Thanks!

Thanks, @csukuangfj and @pzelasko for the suggestions! Finally, it turns out it is the problem of the system. It is very "lucky" that the node that I usually ssh to...

Thanks for the suggestions! I tried to replicate the error while printing out the information about the lattices involved and params for intersect() ``` 2022-03-08 12:32:32,435 (asr_inference_k2:1446) INFO: batch_idx=38: ['sw02010-A_027127-028879']...

When `batch_size` is reduced from 500 to 10, it does not have the runtime error anymore. It takes a long time to run, but I will circumvent this kind of...

Thanks! I will try it out. It seems the lattice for this utterance is quite large (with #state: 1749289, #arcs: 23200622). I will find better decoding parameters for this utterance...

After installing k2 from a debug build, which took a while on grid, here is some information from gdb, where four variables were inspected: `(gdb) break /export/fs04/a12/rhuang/k2/k2/csrc/intersect.cu:1067` `(gdb) p {4...