Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
JinZr committed Dec 11, 2024
1 parent a43480a commit b7acf0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion egs/ljspeech/TTS/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ To inference, use:

wget https://github.com/csukuangfj/models/raw/refs/heads/master/hifigan/generator_v1

./matcha/synth.py \
./matcha/infer.py \
--exp-dir ./matcha/exp-new-3 \
--epoch 4000 \
--tokens ./data/tokens.txt \
Expand Down
2 changes: 1 addition & 1 deletion egs/ljspeech/TTS/matcha/onnx_pretrained.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import onnxruntime as ort
import soundfile as sf
import torch
from inference import load_vocoder
from infer import load_vocoder
from tokenizer import Tokenizer


Expand Down

0 comments on commit b7acf0f

Please sign in to comment.