Skip to content

Post-processing fit() update #146

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

Merged
merged 2 commits into from
Mar 17, 2025
Merged

Post-processing fit() update #146

merged 2 commits into from
Mar 17, 2025

Conversation

alafage
Copy link
Contributor

@alafage alafage commented Mar 17, 2025

Current implementation

All .fit() methods of Post-processing objects take a dataset as an argument and silently create a torch.utils.data.DataLoader from it with most of its argument at default.

Proposition

Taking directly a torch.utils.data.DataLoader to let the user easily choose all parameters (e.g., num_workers, pin_memory, etc)

@alafage alafage changed the base branch from main to dev March 17, 2025 15:40
@alafage alafage marked this pull request as ready for review March 17, 2025 15:41
@alafage alafage merged commit 1344035 into dev Mar 17, 2025
1 check passed
@alafage alafage deleted the scaler_update branch March 17, 2025 15:42
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.

1 participant