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

Fix partitioning in Image Dataloaders #155

Open
etrain opened this issue Aug 19, 2015 · 0 comments
Open

Fix partitioning in Image Dataloaders #155

etrain opened this issue Aug 19, 2015 · 0 comments

Comments

@etrain
Copy link
Contributor

etrain commented Aug 19, 2015

Right now, Image DataLoaders partition on the file names (which works well for ImageNet style collections). While it's possible to repartition manually after images have been loaded, the API indicates that passing a Some(numPartitions) will yield an RDD with that many partitions.

Should be a small change to ImageLoaderUtils.getFilePathsRDD or upstream uses of it.

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

No branches or pull requests

1 participant