Skip to content
This repository was archived by the owner on Feb 7, 2023. It is now read-only.

Commit 1da82bb

Browse files
authored
Updating link for parameter (#504)
Updating link for coremltools set_pre_processing_parameters
1 parent 2a3865e commit 1da82bb

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,9 +124,7 @@ __image_input_names__: list of strings
124124
__preprocessing_args__: dict
125125
Specify preprocessing parameters, that are be applied to all the image inputs specified through the "image_input_names" parameter.
126126
'is_bgr', 'red_bias', 'green_bias', 'blue_bias', 'gray_bias',
127-
'image_scale' keys with the same meaning as
128-
129-
https://apple.github.io/coremltools/generated/coremltools.models.neural_network.html#coremltools.models.neural_network.NeuralNetworkBuilder.set_pre_processing_parameters
127+
'image_scale' keys with the same meaning as coremltools set_pre_processing_parameters: https://apple.github.io/coremltools/generated/coremltools.models.neural_network.builder.html#coremltools.models.neural_network.builder.NeuralNetworkBuilder.set_pre_processing_parameters
130128
131129
__image_output_names__: list of strings
132130
Name of the outputs to be defined as image type. Otherwise, by default all outputs are MultiArray type.

0 commit comments

Comments
 (0)