-
python3 wenet/bin/recognize_wav.py \
--config /home/house365ai/xxm/reverb/asr/model/config.yaml \
--checkpoint /home/house365ai/xxm/reverb/asr/model/reverb_asr_v1.pt \
--audio /home/house…
-
发现一些小错啊?
比如:
train.py 中的
“model.restore(sess, ckpt.model_checkpoint_path)”
应改为:
"model.saver.restore(sess, ckpt.model_checkpoint_path)"
predict.py 中的
from data_helpers import loadDataset, get…
-
## Release checklist:
- [x] Create a new [Release Issue](https://github.com/enricoros/big-AGI/issues/new?assignees=enricoros&projects=enricoros/4&template=maintainers-release.md&title=Release+2.0.0…
-
### Game or games this happens in
NPJH50332 - Phantasy Star Portable 2 Infinity
### What area of the game
Sometimes when you load into the game, there's a pink (sometimes rainbow) line at the edge …
-
Cuda compilation tools, release 10.0, V10.0.130
torch 1.6.0
python 3.6
and get error:
------------------------------------
Traceback (most recent call last):
File …
wac81 updated
2 years ago
-
Hello,
When I run the code with the following commands:
`python scripts/probe.py --model xlmr_base --lang en --pred_dir $OUTPUT`
I met the following erro:
```
bug for pid P19
CUDA error:…
-
Thank you for this sketch!
I'm in the U.S. and trying your sketch with a TTGO T-BEAM module marked as follows:
```
T22_v1.0
20190612
GPS ESP32
TX IO34
RX IO12
```
With the default firmware …
-
Hi
I have the 1.1 version of that board and I'd like to use your sketch on it. Is it compatible ? or need some tweaks to get it working properly ?
Thanks
Vincèn
-
使用最新的zipformer2训练模型,配置如下:
```
./zipformer/train.py \
--world-size 1 \
--num-epochs 100 \
--start-epoch 1 \
--num-workers 8 \
--context-size 1 \
--master-port 12346 \…
-
Hi!
First of all, Thx for such nice toolkit! I love conducting reserach with the framework!
Recently, I trained some streaming ASR models with espnet version 2, and here's three questions rega…