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

Data-sub path setting is set in featuresObject #7

Open
garethjns opened this issue Feb 8, 2017 · 0 comments
Open

Data-sub path setting is set in featuresObject #7

garethjns opened this issue Feb 8, 2017 · 0 comments

Comments

@garethjns
Copy link
Owner

The main data path is set in params.paths.dataDir in predict.m and train.m but the subpath finding is hard coded in featuresObject (in both genFileListSomeSingles and genFileListNoConcat methods) to expect the paths from the competition data ie.

sDir = [paths.dataDir, str, '_', subs{s}, 'New'];
Or
sDir = [paths.dataDir, str, '
', subs{s}, ''];

This path needs to be manually changed if folder names are different or if the code is run on OS using '/'. It should be migrated to top level scripts.

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