Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set seed in vision context and fix YOLO tests #904

Merged
merged 11 commits into from Feb 22, 2022
Merged

Conversation

matanper
Copy link
Contributor

@matanper matanper commented Feb 22, 2022

DataLoader might be shuffled, so in order to have deterministic results, we need to set it seed.
But unlike tabular module, we are running on the data outside the check logic (for example in the suite run). So moved the seed to be a run parameter, and sets the data loader seed in the context init

@matanper matanper self-assigned this Feb 22, 2022
@matanper matanper changed the title Set seed in vision context Set seed in vision context and fix YOLO tests Feb 22, 2022
@matanper matanper enabled auto-merge (squash) February 22, 2022 13:55
@matanper matanper merged commit b68f44e into main Feb 22, 2022
@delete-merged-branch delete-merged-branch bot deleted the move-seed-context branch February 22, 2022 14:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants