comments updated

This commit is contained in:
JinZr 2024-10-12 16:12:22 +08:00
parent cd96f635c3
commit 74a738f22c

View File

@ -19,9 +19,9 @@
This script performs model inference on test set.
Usage:
./vits/infer.py \
--epoch 1000 \
--exp-dir ./vits/exp \
./codec/infer.py \
--epoch 300 \
--exp-dir ./codec/exp \
--max-duration 500
"""