Ke Wang

Results 2 issues of Ke Wang

Recently, I find 2 parts are different from the original Hu's GOP paper. 1. [LPR computation](https://github.com/kaldi-asr/kaldi/blob/71f38e62cad01c3078555bfe78d0f3a527422d75/src/bin/compute-gop.cc#LL230C1-L230C1) ```C++ // LPR(p_j|p_i)=\log p(p_j|\mathbf o; t_s, t_e)-\log p(p_i|\mathbf o; t_s, t_e) for (int k...

bug

Hi There, I'm getting lots of warnings in my tests when I used `WebDataset` and PyTorch `DataLoader` like the following: ``` /path/envs/python39/lib/python3.9/site-packages/webdataset/tariterators.py:171: ResourceWarning: unclosed file for source in data: ResourceWarning:...