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 3335a6f commit 1432e2dCopy full SHA for 1432e2d
keras_cv/layers/preprocessing/jittered_resize_test.py
@@ -175,7 +175,7 @@ def test_augment_inference_mode(self):
175
seed=self.seed,
176
)
177
output = layer(input, training=False)
178
- expected_output = layer._inference_resizing(output)
+ expected_output = layer.inference_resizing(output)
179
self.assertAllClose(
180
expected_output["bounding_boxes"]["boxes"],
181
output["bounding_boxes"]["boxes"],
0 commit comments