Skip to content

Commit

Permalink
fix: Add to update config
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-coldwell committed Sep 5, 2024
1 parent 1c92a2b commit d014851
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions keras_cv/src/layers/preprocessing/jittered_resize.py
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,7 @@ def get_config(self):
"crop_size": self.crop_size,
"bounding_box_format": self.bounding_box_format,
"interpolation": self.interpolation,
"minimum_box_area_ratio": self.minimum_box_area_ratio,
"seed": self.seed,
}
)
Expand Down

0 comments on commit d014851

Please sign in to comment.