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

H5PYDataset - Different length sources with same length indices #350

Open
areiner222 opened this issue Apr 24, 2016 · 0 comments
Open

H5PYDataset - Different length sources with same length indices #350

areiner222 opened this issue Apr 24, 2016 · 0 comments

Comments

@areiner222
Copy link

Is it possible to use the H5PYDataset with different length sources? I am using vector features and image data as input but the number of distinct images is much less than the number of vector features / targets. I thought possibly using an index reference with duplicate values like a one-to-many mapping might work but no luck. For the sake of clarity, a simple example would be 100 vector features / targets, 10 distinct images and then vector_fatures_index = numpy.arange(100) and image_features_index = numpy.repeat(numpy.arange(10), 10).

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