remove unused arguments

This commit is contained in:
Yunus Emre Özköse 2022-08-03 16:50:21 +03:00
parent 390aeca769
commit 6d3ad6e9dd

View File

@ -47,27 +47,6 @@ def get_parser():
help="Path to the torchscript model",
)
parser.add_argument(
"--onnx-encoder-filename",
required=True,
type=str,
help="Path to the onnx encoder model",
)
parser.add_argument(
"--onnx-decoder-filename",
required=True,
type=str,
help="Path to the onnx decoder model",
)
parser.add_argument(
"--onnx-joiner-filename",
required=True,
type=str,
help="Path to the onnx joiner model",
)
parser.add_argument(
"--onnx-all-in-one-filename",
required=True,