Skip to content

Commit

Permalink
remove arg
Browse files Browse the repository at this point in the history
  • Loading branch information
divyashreepathihalli committed Oct 19, 2024
1 parent a141698 commit 33a3ca2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion keras_hub/src/layers/preprocessing/image_converter_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ def test_save_to_preset(self):
stackwise_num_strides=[1, 2, 2],
block_type="basic_block",
use_pre_activation=True,
pooling="avg",
)
backbone.save_to_preset(save_dir)

Expand Down
1 change: 0 additions & 1 deletion keras_hub/src/models/resnet/resnet_backbone.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ class ResNetBackbone(FeaturePyramidBackbone):
stackwise_num_strides=[1, 2, 2],
block_type="basic_block",
use_pre_activation=True,
pooling="avg",
)
model(input_data)
```
Expand Down

0 comments on commit 33a3ca2

Please sign in to comment.