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

Create different PyTorch DataModule and Dataset options #9

Open
alawryaguila opened this issue Oct 17, 2022 · 1 comment
Open

Create different PyTorch DataModule and Dataset options #9

alawryaguila opened this issue Oct 17, 2022 · 1 comment

Comments

@alawryaguila
Copy link
Owner

Currently there is only one datamodule option where the data is inputted and saved and called by the dataset module when required. Another option would be to input the data path to the datamodule and the dataset module loads the data when needed.

@alawryaguila
Copy link
Owner Author

Requires editing fit function to remove checking of input data shape. Input data might be list of indices to load data rather than actual data.

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