Skip to content

Commit c826699

Browse files
committed
updating the opset version to 17 in documentation
1 parent cfe1e8b commit c826699

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/getstartex.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ The ``prepare_model_data.py`` script downloads the CIFAR-10 dataset in pickle fo
9393
dummy_inputs,
9494
tmp_model_path,
9595
export_params=True,
96-
opset_version=13,
96+
opset_version=17,
9797
input_names=input_names,
9898
output_names=output_names,
9999
dynamic_axes=dynamic_axes,
@@ -102,7 +102,7 @@ The ``prepare_model_data.py`` script downloads the CIFAR-10 dataset in pickle fo
102102
Note the following settings for the onnx conversion:
103103

104104
- Ryzen AI supports a batch size=1, so dummy input is fixed to a batch_size =1 during model conversion
105-
- Recommended ``opset_version`` setting 13 is used.
105+
- Recommended ``opset_version`` setting 17 is used.
106106

107107
Run the following command to prepare the dataset and export the ONNX model:
108108

0 commit comments

Comments
 (0)