Skip to content

Commit

Permalink
Vectorize Equalization
Browse files Browse the repository at this point in the history
  • Loading branch information
quantumalaviya committed Apr 2, 2022
1 parent 22375f6 commit 020f339
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions keras_cv/layers/preprocessing/equalization.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,7 @@ class Equalization(tf.keras.__internal__.layers.BaseImageAugmentationLayer):
def __init__(self, value_range, bins=256, **kwargs):
super().__init__(**kwargs)
self.bins = bins
<<<<<<< HEAD
self.value_range = value_range
=======
>>>>>>> Vectorizing Equalization

@tf.function
def equalize_channel(self, image, channel_index):
Expand Down

0 comments on commit 020f339

Please sign in to comment.