Update export-onnx.py

This commit is contained in:
Ali Haznedaroğlu 2023-12-25 13:51:18 +03:00 committed by GitHub
parent 48b945d1a3
commit 747dc2f0e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -166,6 +166,8 @@ def export_model_onnx(
The VITS generator.
model_filename:
The filename to save the exported ONNX model.
vocab_size:
Number of tokens used in training.
opset_version:
The opset version to use.
"""