Skip to content

Commit 1c405d8

Browse files
committed
fix new arguments to other test
1 parent 6fb1896 commit 1c405d8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

keras_hub/src/models/mobilenet/mobilenet_image_classifier_test.py

+2
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ def setUp(self):
5454
input_num_filters=16,
5555
image_shape=(32, 32, 3),
5656
depthwise_filters=8,
57+
depthwise_stride=2,
58+
depthwise_residual=False,
5759
squeeze_and_excite=0.5,
5860
last_layer_filter=288,
5961
)

0 commit comments

Comments
 (0)