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

Try using polars for fasting data loading or even use Hugging Face Datasets #54

Open
mrdbourke opened this issue Jan 25, 2023 · 0 comments
Labels
training Model training

Comments

@mrdbourke
Copy link
Owner

mrdbourke commented Jan 25, 2023

Right now the data_loader.py script works with a pandas DataFrame.

This is fine with ~25,000 images but perhaps not ideal for larger datasets.

Alternatives are:

Can also test the speed of data loading using:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
training Model training
Projects
None yet
Development

No branches or pull requests

1 participant