Lengyue 2 سال پیش
والد
کامیت
9de2aa4896
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      tools/infer_vq.py

+ 1 - 1
tools/infer_vq.py

@@ -67,7 +67,7 @@ def main():
     text_features, indices, _ = model.vq_encoder(text_features, feature_masks)
 
     logger.info(
-        f"VQ Encoded, indices: {indices.shape} equavilent to "
+        f"VQ Encoded, indices: {indices.shape} equivalent to "
         + f"{1/(audios.shape[2] / model.sampling_rate / indices.shape[2]):.2f} Hz"
     )