Merge pull request #1835 from JinZr/fix/matcha-minor

This commit is contained in:
zr_jin 2024-12-11 19:03:19 +08:00 committed by GitHub
commit d475de5600
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -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 \

View File

@ -8,7 +8,7 @@ import logging
import onnxruntime as ort
import soundfile as sf
import torch
from inference import load_vocoder
from infer import load_vocoder
from tokenizer import Tokenizer