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

[Major] Dataloader: Just-In-Time tabularization #1529

Merged
merged 141 commits into from
Jun 26, 2024
Merged

Conversation

ourownstory
Copy link
Owner

@ourownstory ourownstory commented Feb 9, 2024

Complete re-write of dataloader: Instead of tabularizing samples ahead of batching, samples are tabularized and features computed during batch creation. Trades Memory use for Compute.

This is an early implementation that works, but that needs to be compute-optimized.

@MaiBe-ctrl MaiBe-ctrl force-pushed the dataloader-jit branch 2 times, most recently from 3f39771 to 60260bd Compare June 22, 2024 03:06
Copy link
Owner Author

@ourownstory ourownstory left a comment

Choose a reason for hiding this comment

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

Let's consolidate our tests for holidays and events!

tests/test_unit.py Outdated Show resolved Hide resolved
tests/test_hdays_utils.py Outdated Show resolved Hide resolved
tests/test_hdays_utils.py Outdated Show resolved Hide resolved
tests/test_integration.py Outdated Show resolved Hide resolved
tests/test_unit.py Outdated Show resolved Hide resolved
@ourownstory ourownstory added this to the 1.0.0rc10 milestone Jun 26, 2024
Copy link
Collaborator

@MaiBe-ctrl MaiBe-ctrl left a comment

Choose a reason for hiding this comment

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

Good job!

@MaiBe-ctrl MaiBe-ctrl merged commit 1bfa633 into main Jun 26, 2024
9 of 11 checks passed
@MaiBe-ctrl MaiBe-ctrl deleted the dataloader-jit branch June 26, 2024 23:35
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.

3 participants