minor fixes

This commit is contained in:
zr_jin 2024-12-11 14:33:47 +08:00
parent a43480af47
commit b7acf0f57b
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