Skip to content

Commit d513f61

Browse files
Update articles/machine-learning/how-to-inference-onnx-automl-image-models.md
Co-authored-by: Nina Baccam <[email protected]>
1 parent 8d7b36e commit d513f61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/how-to-inference-onnx-automl-image-models.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ img_data = preprocess(img, resize_size, crop_size_onnx)
365365

366366
# [Multi-label image classification](#tab/multi-label)
367367

368-
Perform the following preprocessing steps for the ONNX model inference:
368+
Perform the following preprocessing steps for the ONNX model inference. These steps are the same for multi-class image classification.
369369

370370
1. Convert the image to RGB.
371371
2. Resize the image to `valid_resize_size` and `valid_resize_size` values that correspond to the values used in the transformation of the validation dataset during training. The default value for `valid_resize_size` is 256.

0 commit comments

Comments
 (0)