mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-08-08 09:32:20 +00:00
Merge pull request #1835 from JinZr/fix/matcha-minor
This commit is contained in:
commit
d475de5600
@ -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 \
|
||||
|
@ -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
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user