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

Adopted pytorch lightning DataModule instead of DataLoaders and Dataset #642

Merged
merged 16 commits into from
Feb 13, 2024

Conversation

samadpls
Copy link
Collaborator

@samadpls samadpls commented Dec 2, 2023

Adopted PyTorch Lightning DataModule instead of managing individual DataLoaders and Dataset.
This pull request addresses and resolves issue #579

@samadpls samadpls marked this pull request as draft December 2, 2023 20:38
@samadpls samadpls marked this pull request as ready for review December 23, 2023 16:50
Copy link
Collaborator

@RasmusOrsoe RasmusOrsoe left a comment

Choose a reason for hiding this comment

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

@samadpls thank you very much for this contribution! I think the PR is in great shape and that it's quite cool that you've been able to make a contribution to the backend so fast! I have left a few comments on line lengths along with some suggestions on how you can reduce them. Most of the complaints from CodeClimate is related to these lengthy lines of code, and I think it would be very quick for you to adjust them. Let me know if you have any questions!

@samadpls
Copy link
Collaborator Author

@RasmusOrsoe, thank you for reviewing and giving your feedback. I have implemented the necessary adjustments to address the comment. 😋

Copy link
Collaborator

@RasmusOrsoe RasmusOrsoe left a comment

Choose a reason for hiding this comment

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

🥇

@RasmusOrsoe RasmusOrsoe merged commit 90b20d4 into graphnet-team:main Feb 13, 2024
12 of 13 checks passed
@samadpls samadpls linked an issue Feb 13, 2024 that may be closed by this pull request
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.

Adopt pytorch lightning DataModule instead of DataLoaders and Dataset
3 participants