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 630023a commit 662d8c8Copy full SHA for 662d8c8
mobile/examples/speech_recognition/model/wav2vec2_gen.py
@@ -19,4 +19,4 @@
19
input_names=["input"],
20
output_names=["output"],
21
dynamic_axes={"input": [1], "output": [1]},
22
- opset_version=13)
+ opset_version=14)
0 commit comments