-
### Question
I have tried the installation instructions [here](https://github.com/flashlight/wav2letter/wiki/Building-Python-bindingsl) , with USE_CUDA=0. However, It still gives the following error:…
at3e updated
10 months ago
-
./bjam --max-kenlm-order=9 --with-boost=/Users/admin/fhs/smt-baseline/boost/
warning: No toolsets are configured.
warning: Configuring default toolset "darwin".
warning: If the default is wrong, yo…
ghozn updated
5 years ago
-
Cara, to na tentativa de conseguir rodar o 'test.py', para assim utilizar da ferramenta para meu projeto.
O erro quando tento rodar o 'teste.py':
"conn = _connect(dsn, connection_factory=connection_…
-
### Bug Description
[A clear, concise description of the bug]
After installing all the packages with `vcpkg`, I'm running:
```
cmake .. \
-DCMAKE_BUILD_TYPE=Release \
-DFL_BUILD_ARRA…
-
## 🐛 Bug
I'm getting an OOM CUDA error when passing `--cpu` option, which makes no sense.
I got it working when I disable all GPUs:
```sh
env CUDA_VISIBLE_DEVICES= python train.py ....
```
…
-
### i would like to use the pre-trained model which has been trained in the Librispeech dataset into my own customized data, with changing only the language model and the Lexicon file.
i used the …
-
### System Info
```shell
platform: Linux Ubuntu Server 20.04 x64
Python 3.8.10 (default, May 26 2023, 14:05:08)
[GCC 9.4.0] on linux
python packages:
Package Version …
-
## 🐛 Bug
When inference using wav2vec_seq2seq, the decoder is not compatible with the model
### To Reproduce
Steps to reproduce the behavior (**always include the command you ran**):
I ru…
-
When I ran the example file TensorFlowToTensorRT-NHWC.py, it occurs:Traceback (most recent call last):
File "TensorFlowToTensorRT-NHWC.py", line 161, in
_, inputD0 = cudart.cudaMallocAsync(in…
-
## pycorrector
- github地址:
- 采用的方案
1. 基于规则
- 中文纠错分为两步走,第一步是错误检测,第二步是错误纠正;
- 错误检测部分先通过结巴中文分词器切词,由于句子中含有错别字,所以切词结果往往会有切分错误的情况,这样从字粒度和词粒度两方面检测错误, 整合这两种粒度的疑似错误结果,形成疑似错误位置候选集;
- 错误…