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

Implement TorchDiskDataset class #38

Merged
merged 4 commits into from
Jan 5, 2025
Merged

Implement TorchDiskDataset class #38

merged 4 commits into from
Jan 5, 2025

Conversation

nanxstats
Copy link
Owner

Closes #37

This PR implements a TorchDiskDataset class to support loading training data from on-disk .pt files with memory-mapped mode so that larger than CPU memory datasets can be used.

@nanxstats nanxstats merged commit 0d216b3 into main Jan 5, 2025
4 checks passed
@nanxstats nanxstats deleted the torch-disk-dataset branch January 5, 2025 07:06
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.

Add TorchDiskDataset class
1 participant