We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8397b13 commit a4d1119Copy full SHA for a4d1119
benchmarks/decoders/benchmark_audio_decoders.py
@@ -86,7 +86,7 @@ def decode_with_torchaudio_load(path: Path, backend: str) -> None:
86
87
88
parser = ArgumentParser()
89
-parser.add_argument("--path", type=str, help="path to file")
+parser.add_argument("--path", type=str, help="path to file", required=True)
90
parser.add_argument(
91
"--num-exp",
92
type=int,
0 commit comments