You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
348 B
20 lines
348 B
# install ctc_decoder for windows
|
|
|
|
This is bat script to install paddlespeech_ctc_decoders for windows
|
|
|
|
## Prepare your environment
|
|
|
|
insure your environment like this:
|
|
|
|
* gcc: version >= 12.1.0
|
|
* cmake: version >= 3.24.0
|
|
* make: version >= 3.82.90
|
|
* visual studio: version >= 2019
|
|
|
|
## Start your bat script
|
|
|
|
```shell
|
|
start install_win_ctc.bat
|
|
|
|
```
|