-
Notifications
You must be signed in to change notification settings - Fork 225
optimization datasets usage #3470
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
base: main
Are you sure you want to change the base?
optimization datasets usage #3470
Conversation
|
I think moving the data to a folder named 'dev' makes it harder to find. |
I’m open to moving the data to a different folder. My first suggestion was oneDAL/data, but I’m not sure. Open to other suggestions, @Vika-F. |
What's wrong with the current location? |
~100MB of datasets are duplications and I would like to merge/unify them in the same folder |
But why would that require moving them elsewhere? Perhaps they could be grouped by dataset instead of by algorithm, or something like that. |
Okey, the problem is: samples And I want to remove datasets duplications here. For me it makes sense to move them in a separate folder with common acces for all samples and examples |
Could it be under a similar folder as where the CSV reader is? |
|
having a data/ folder in the root directory makes sense to me |
Don't think so, we have separate csv readers for oneDAL and DAAL and its pretty deep inside |
|
I am Ok with the placement of all the data files in the ./data folder, but need to check that the BOMs generation is Ok. |
Description
Checklist:
Completeness and readability
Testing
Performance