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

[Datasets] Add ImageFolderDatasource #24641

Merged
merged 28 commits into from
Jul 16, 2022
Merged
Changes from 1 commit
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
f6eb66e
Add files
bveeramani May 10, 2022
8fb8d75
Add files
bveeramani May 11, 2022
083c9bc
Fix stuff
bveeramani May 11, 2022
4f0b8ce
Rename file
bveeramani May 11, 2022
cd6e25e
Rename file
bveeramani May 11, 2022
98b07f7
Update image_folder_datasource.py
bveeramani May 11, 2022
6f7b2eb
Update docs
bveeramani May 11, 2022
db05d35
Update file_meta_provider.py
bveeramani May 11, 2022
52ae3c8
Update image_folder_datasource.py
bveeramani May 11, 2022
813f5de
Update Makefile
bveeramani May 11, 2022
d68fe1d
Update python/ray/data/datasource/image_folder_datasource.py
bveeramani May 18, 2022
45989c2
Re-add warning
bveeramani May 18, 2022
cd079d9
Merge branch 'image-datasource' of https://github.com/bveeramani/ray …
bveeramani May 18, 2022
e4a6222
Merge branch 'master' into pr/24641
bveeramani Jun 7, 2022
d7dcd0e
Merge branch 'master' into image-datasource
bveeramani Jul 14, 2022
2f95235
Update implementation
bveeramani Jul 14, 2022
3c9e3c0
Add read API
bveeramani Jul 15, 2022
e312403
Merge branch 'master' into image-datasource
bveeramani Jul 15, 2022
cdaca59
Fix error in documentation
bveeramani Jul 15, 2022
7c0a317
Update documentation and add test
bveeramani Jul 15, 2022
e07d1f8
Remove `target` column
bveeramani Jul 15, 2022
298c144
Change error type from `ValueError` to `ImportError`
bveeramani Jul 15, 2022
dc9c6e2
Remove `read_image_folder`
bveeramani Jul 15, 2022
3d8e005
Merge branch 'master' into image-datasource
bveeramani Jul 15, 2022
1d4d920
Add API annotation
bveeramani Jul 15, 2022
0f5e089
Add missing `DeveloperAPI` import
bveeramani Jul 15, 2022
18dd566
Skip doctests
bveeramani Jul 15, 2022
70a47d7
update
richardliaw Jul 16, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update Makefile
  • Loading branch information
bveeramani committed May 11, 2022
commit 813f5de94969b87e4931f225bf9e55f2d81c8d70
2 changes: 1 addition & 1 deletion doc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ clean:
rm -rf $(BUILDDIR)/*

html:
$(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html
$(SPHINXBUILD) -W -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html
@echo
@echo "Build finished. The HTML pages are in $(BUILDDIR)/html."

Expand Down