Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fchollet committed Dec 14, 2024
1 parent 60aa8d4 commit d96f910
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def __init__(self, factor=0.5, data_format=None, **kwargs):
)
self.factor = factor
self.data_format = backend.standardize_data_format(data_format)
self.random_generator = self.backend.random.SeedGenerator()
self.generator = self.backend.random.SeedGenerator()

def get_random_transformation(self, images, training=True, seed=None):
if seed is None:
Expand Down

0 comments on commit d96f910

Please sign in to comment.