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. This script performs model inference on test set.
Usage: Usage:
./vits/infer.py \ ./codec/infer.py \
--epoch 1000 \ --epoch 300 \
--exp-dir ./vits/exp \ --exp-dir ./codec/exp \
--max-duration 500 --max-duration 500
""" """