mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-08-08 09:32:20 +00:00
minor fixes
This commit is contained in:
parent
a43480af47
commit
b7acf0f57b
@ -131,7 +131,7 @@ To inference, use:
|
|||||||
|
|
||||||
wget https://github.com/csukuangfj/models/raw/refs/heads/master/hifigan/generator_v1
|
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 \
|
--exp-dir ./matcha/exp-new-3 \
|
||||||
--epoch 4000 \
|
--epoch 4000 \
|
||||||
--tokens ./data/tokens.txt \
|
--tokens ./data/tokens.txt \
|
||||||
|
@ -8,7 +8,7 @@ import logging
|
|||||||
import onnxruntime as ort
|
import onnxruntime as ort
|
||||||
import soundfile as sf
|
import soundfile as sf
|
||||||
import torch
|
import torch
|
||||||
from inference import load_vocoder
|
from infer import load_vocoder
|
||||||
from tokenizer import Tokenizer
|
from tokenizer import Tokenizer
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user