Skip to content

random.seed(42) np.random.seed(42) setting #18

@StackChan

Description

@StackChan

For data augmentation methods in utils.py, u shall use random.seed(42) np.random.seed(42) to make results reproducible.
But u only set random.seed in GUI_iDeLUCS.py,
then random.seed will only work for 1 time!!!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions