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 575a277 commit 53d7f75Copy full SHA for 53d7f75
1 file changed
src/inference/image_classification_agent.py
@@ -45,7 +45,6 @@ def predict(self, image_array: NDArray):
45
image_array, image_array.shape[1] > self.model_config.input_shape[1]
46
)
47
48
- print(self.model_config.input_mode)
49
image_array = preprocess_input(image_array, mode=self.model_config.input_mode)
50
51
if len(image_array.shape) != 4:
0 commit comments