-
When I download the checkpoints from the Google Drive, and run `python main_noref.py --filename en-common.csv --modelname self_super.ckpt`
I got the following error:
```
UserWarning: TypedStorage…
-
Reproduction:
Go to any Github-rendered jupyter notebook, for example https://github.com/NVIDIA/NeMo/blob/main/tutorials/asr/ASR_with_NeMo.ipynb
Try to have the extension read. It just cannot se…
-
## question
What I plan to use is https://colab.research.google.com/github/facebookresearch/fairseq/blob/main/examples/mms/asr/tutorial/MMS_ASR_Inference_Colab.ipynb
![Screenshot from 2023-10-0…
-
Currently, I am trying to build a transducer-stateless recipe based on Tedlium3 for icefall. This is the PR. (https://github.com/k2-fsa/icefall/pull/183). This PR shows the concrete codes for processi…
-
```python
from lpython import i32
def test_str_repeat():
i: i32 = 10
s: str = 'a'
print(s * i)
test_str_repeat()
```
This gives a compiler error, occurring [here](https://githu…
-
Hi Ankita, Thanks for you work!
Do we need to train the model ourselves to obtain the checkpoints for direct inference with the DOTA model, or are they yet to be released?
-
【问题】
按照项目描述操作,运行prepare_kaldi_feats.sh后没有生成.tsv 结尾的文件,请问这个文件怎么生成?
【项目描述如下】
1、利用kaldi提取40维mfcc特征,运行脚本参考prepare_kaldi_feats.sh
可将运行脚本prepare_kaldi_feats.sh与参数设置mfcc_hires.conf置于kaldi任一egs目录下(与cmd.…
ghost updated
3 months ago
-
Hello im new here sorry for my bad english. I have problem with IPhone SE2
System Ubuntu 20.04.1 LTS
here is the Problem...
tim@tim-bluechip-BUSINESSline-MT-Pro-G:~$ idevicerestore -e -l
Foun…
-
```
program main
integer, dimension(2,2) :: x
x = 40
print*, maskr(x, 8)
end program
```
```
(lf) anurag@Anurags-MacBook-Air lfortran % gfortran a.f90 && ./a.out
1099511627775 …
-
When not streaming this [line]( https://github.com/huggingface/distil-whisper/blob/a07edc4f3840bca33c5dc495303196bf6d0b2c40/training/run_pseudo_labelling.py#L824) results in KeyError `train-360`. The…