Skip to content

Commit 53d7f75

Browse files
committed
Remove debug print statement
1 parent 575a277 commit 53d7f75

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/inference/image_classification_agent.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ def predict(self, image_array: NDArray):
4545
image_array, image_array.shape[1] > self.model_config.input_shape[1]
4646
)
4747

48-
print(self.model_config.input_mode)
4948
image_array = preprocess_input(image_array, mode=self.model_config.input_mode)
5049

5150
if len(image_array.shape) != 4:

0 commit comments

Comments
 (0)