Skip to content

Commit

Permalink
Merge pull request #1835 from JinZr/fix/matcha-minor
Browse files Browse the repository at this point in the history
  • Loading branch information
JinZr authored Dec 11, 2024
2 parents a43480a + b7acf0f commit d475de5
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 d475de5

Please sign in to comment.