Skip to content
This repository was archived by the owner on Sep 18, 2024. It is now read-only.
This repository was archived by the owner on Sep 18, 2024. It is now read-only.

[BUG] Seed should be passed to image_data_generator.get_random_transform #297

@Bienqq

Description

@Bienqq

Seed should be passed to this function. In situation when we want to perform the same agumentation for two Image generators this leads to agumentation inconsistency

It should be like this:
params = self.image_data_generator.get_random_transform(x.shape, self.seed)

Instead of
params = self.image_data_generator.get_random_transform(x.shape)

Metadata

Metadata

Assignees

No one assigned

    Labels

    imageRelated to images

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions