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

Data loading #38

Open
cmadrid1 opened this issue Sep 26, 2022 · 0 comments
Open

Data loading #38

cmadrid1 opened this issue Sep 26, 2022 · 0 comments

Comments

@cmadrid1
Copy link
Contributor

Add a page on preprocessing and specialized classes that build custom batches for training.

Generally, we need to have equal amount of data for different domains and manipulating the data is typically done in a custom data loader class. Most groups write this class from scratch every time but we should have documentation that can take a set of root files and build these custom batches.

The Weaver does this currently for PyTorch: https://github.com/hqucms/weaver

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