Closed sukyoungjeong-furiosa closed 1 year ago
If we see the documentation on Resnet50 preprocessor's output, it routes us to another section of the documentation as below:
To learn more about the output of preprocess, please refer to [Inputs].
To learn more about the output of preprocess, please refer to [Inputs]
But we can't learn much from the Inputs section. We need to add more explanation about the ambiguous output type Tuple[np.array, None].
Inputs
Tuple[np.array, None]
If we see the documentation on Resnet50 preprocessor's output, it routes us to another section of the documentation as below:
To learn more about the output of preprocess, please refer to [Inputs]
.But we can't learn much from the
Inputs
section. We need to add more explanation about the ambiguous output typeTuple[np.array, None]
.