File size: 475 Bytes
0452a03
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
# Introduction

./G_AISHELL.pth is downloaded from
https://huggingface.co/jackyqs/vits-aishell3-175-chinese

./lexicon.txt and ./tokens.txt are generated from
https://github.com/csukuangfj/vits_chinese
using [generate_lexicon_aishell3.py](https://github.com/csukuangfj/vits_chinese/blob/master/generate_lexicon_aishell3.py)

./vits-aishell3.onnx and ./vits-aishell3.int8.onnx
are generated using
https://github.com/csukuangfj/vits_chinese/blob/master/export_onnx_aishell3.py