-
Notifications
You must be signed in to change notification settings - Fork 144
Virtualize and Modularize DataSetLoader logic #593
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
Conversation
- virtualize DataSetLoader - separate and modularize HDF5, MFD loaders and consolidate helper methods - organize dataset types into a package together - update callers, minor cleanups - use Optional instead of checked IOExceptions - add javadoc - organize dataset classes together - remove bench2d and loader
|
Before you submit for review:
If you did not complete any of these, then please explain below. |
jvector-examples/src/main/java/io/github/jbellis/jvector/example/AutoBenchYAML.java
Outdated
Show resolved
Hide resolved
...es/src/main/java/io/github/jbellis/jvector/example/benchmarks/datasets/DataSetLoaderMFD.java
Show resolved
Hide resolved
...es/src/main/java/io/github/jbellis/jvector/example/benchmarks/datasets/DataSetLoaderMFD.java
Show resolved
Hide resolved
MarkWolters
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Left a few comments but they are not necessarily things that need to be addressed in this PR, overall looks good
marianotepper
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Apart form a minor comment, this PR looks good.
This is the next step-wise change to streamline dataset loading and usage. It does the following: