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

Unable to find Ray Dataset to read files from directories of directories of images from disk to create dataset during run time of training. #50844

Open
madhavi1102 opened this issue Feb 23, 2025 · 0 comments

Comments

@madhavi1102
Copy link

There is a directory with different directories for images for classification. Custom PyTorch Dataset reads each file in sequence in getitem method while training , However in Ray Dataset, it accepts the whole image files to be in single folder instead in subfolders for different classes. if I am understanding the tutorial correct.

Kindly provide the solution of reading of image file from disk from different subfolders runtime during training.

Appreciate your early response.

Thanks

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