ONNX
English
Akjava commited on
Commit
f5ebe82
1 Parent(s): a63b6b9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -0
README.md CHANGED
@@ -25,6 +25,11 @@ I release my output under MIT License.If you want your license ,convert it by yo
25
  ## How to Convert
26
  ### Export Model
27
  see Matcha-TTS [ONNX export](https://github.com/shivammehta25/Matcha-TTS)
 
 
 
 
 
28
  ### simplify model
29
  ```
30
  from onnxsim import simplify
 
25
  ## How to Convert
26
  ### Export Model
27
  see Matcha-TTS [ONNX export](https://github.com/shivammehta25/Matcha-TTS)
28
+
29
+ ```
30
+ python -m matcha.onnx.export matcha_vctk.ckpt vctk_t2.onnx --vocoder-name "hifigan_T2_v1" --vocoder-checkpoint "generator_v1"
31
+ ```
32
+
33
  ### simplify model
34
  ```
35
  from onnxsim import simplify