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

Loading large dataset #234

Open
ChungPin opened this issue Mar 7, 2019 · 0 comments
Open

Loading large dataset #234

ChungPin opened this issue Mar 7, 2019 · 0 comments

Comments

@ChungPin
Copy link

ChungPin commented Mar 7, 2019

I'm using Torch to train my network, using image.load to load images.
I'm loading about 80k images and it cost about 8G CPU RAM,
if I need to load larger dataset (ex, 1,000,000 images), is there any function for doing this? I only have 16G RAM

or is there any function like
keras flow_from_directory()
or
pytorch datasets.ImageFolder

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