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

feature/folder_dataloader #184

Draft
wants to merge 1 commit into
base: dev
Choose a base branch
from
Draft

feature/folder_dataloader #184

wants to merge 1 commit into from

Conversation

colobas
Copy link
Contributor

@colobas colobas commented Feb 9, 2023

Add a function to instantiate dataloaders from folders (and s3 buckets). Can be passed to trainer.fit or trainer.test instead of a lightning datamodule. (In the case of fit it should be passed to train_dataloaders and val_dataloaders)

Pull request recommendations:

  • Name your pull request your-development-type/short-description. Ex: feature/read-tiff-files
  • Link to any relevant issue in the PR description. Ex: Resolves [Data modules for new (specific) datasets #12], adds tiff file format support
  • Provide context of changes.
  • Provide relevant tests for your feature or bug fix.
  • Provide or update documentation for any feature added by your pull request.

Thanks for contributing!

@colobas colobas requested a review from benjijamorris February 9, 2023 22:06
@codecov
Copy link

codecov bot commented Feb 9, 2023

Codecov Report

❗ No coverage uploaded for pull request base (dev@bf8d043). Click here to learn what that means.
The diff coverage is n/a.

@@          Coverage Diff          @@
##             dev    #184   +/-   ##
=====================================
  Coverage       ?   7.04%           
=====================================
  Files          ?      35           
  Lines          ?     909           
  Branches       ?       0           
=====================================
  Hits           ?      64           
  Misses         ?     845           
  Partials       ?       0           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

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