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

Question regarding large datasets npy files #5

Open
dmoccia opened this issue Apr 17, 2020 · 0 comments
Open

Question regarding large datasets npy files #5

dmoccia opened this issue Apr 17, 2020 · 0 comments

Comments

@dmoccia
Copy link

dmoccia commented Apr 17, 2020

Max-

Very cool piece of code, I am using for dimensionality reduction in drug discovery and it looks like it could be quite useful...so I am scaling up and I had a question about larger datasets. In the docs you write:

To prepare such a dataset, create a new directory, e.g. '~/my_dataset', and save the training data as individual npy files per example in this directory

Should read this as one npy per record? In other words the dataset could be millions of npy files? I initially though this would allow subsets of data to be stored as 2d arrays, but it would appear as though you intended separate files. You also mention you can save as nested sub directories...does this mean I can specify the train/validation sets in subdirectories?

Thank you for any help you can provide!

Dennis

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