-
Hello,
I think there is a bug in ASR streaming inference step.
In 'apply_frontend' function, some fixed values are used instead of parameters which used for training.
[https://github.com/espnet/…
-
我运行示例代码直接报错
```
from paddlespeech.cli.asr.infer import ASRExecutor
asr = ASRExecutor()
result = asr(audio_file="zh.wav")
print(result)
````
错误信息如下
```
/Users/xiaobing5/Documents/Developer…
-
Minimal example:
```python
msg : str = ""
def f():
global msg
print(msg)
f()
```
Gives:
```console
$ lpython b.py
Internal Compiler Error: Unhandled exception
Traceback (mos…
-
Currently a `symbol` (e.g. in `Var(symbol v)`) is printed as `2 x`, meaning it's the symbol table ID 2, variable "x" from that table. For example, `(Var 2 x)`.
This has issues with parsing where yo…
-
(whisperx) C:\Users\lukas>whisperx --language en C:\Users\lukas\audio.mka
torchvision is not available - cannot save figures
Lightning automatically upgraded your loaded checkpoint from v1.5.4 to v2…
-
I wonder why this lady's face is there?
**Trained on this video:** https://www.youtube.com/watch?v=tv-YUsK2Xsw [Removed yellow shirt guy from the video]
**Output video:**
https://github.com/Zi…
-
Any way to use this commercially?
-
For more information: https://github.com/lfortran/lfortran/pull/3944#discussion_r1589880522
-
Trying to classify the sentiment of the movie review using TF Hub. I encounter this error. batch() got an unexpected keyword argument 'drop_remainder'.
```
>>> estimator.train(input_fn=train_input…
-
Hi,
I wanted to try your model but I am unable to download `git lfs` model checkpoints.
While trying to run:
```bash
git clone https://github.com/AI4Bharat/indic-asr-api-backend.git
```
I get …