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

[PY-632][external] Fix for LocalDatasets ignoring dataset partitions #745

Merged
merged 7 commits into from Dec 12, 2023

Conversation

JBWilkie
Copy link
Contributor

Problem

A recent PR introduced a bug where LocalDataset is ignoring the split and partition information and it's always loading all images of the dataset when passing [train, val, test] params.

Solution

Re-introduce partitions to LocalDataset construction

Changelog

Changes to support LocalDataset partitions & releases pulled in folders simultaneously

Copy link

linear bot commented Dec 12, 2023

Copy link
Contributor

@Nathanjp91 Nathanjp91 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Happy to approve after discussion on call.

@JBWilkie JBWilkie merged commit abd7654 into master Dec 12, 2023
13 checks passed
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