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.
|
## Pack Model
|
|
|
|
pack model to tar.gz, e.g.
|
|
|
|
```bash
|
|
./utils/pack_model.sh --preprocess_conf conf/preprocess.yaml --dict data/vocab.txt conf/conformer.yaml '' data/mean_std.json exp/conformer/checkpoints/wenetspeec
|
|
h.pdparams
|
|
|
|
```
|
|
|
|
show model.tar.gz
|
|
```
|
|
tar tf model.tar.gz
|
|
```
|