From 74a738f22c0eb3ff3cbab6886f6fc4773a523f88 Mon Sep 17 00:00:00 2001 From: JinZr Date: Sat, 12 Oct 2024 16:12:22 +0800 Subject: [PATCH] comments updated --- egs/libritts/CODEC/encodec/infer.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/egs/libritts/CODEC/encodec/infer.py b/egs/libritts/CODEC/encodec/infer.py index 2abe2493b..3c6ea15f9 100755 --- a/egs/libritts/CODEC/encodec/infer.py +++ b/egs/libritts/CODEC/encodec/infer.py @@ -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 """