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

Error in [XTemp, yTemp, XTestTemp, yTestTemp] = mapLoadData(dataSetName); #5

Open
somayehkazemi opened this issue Dec 6, 2017 · 0 comments

Comments

@somayehkazemi
Copy link

Hello,
For every demo when i want to run the script, the data set can't be loaded. because the source file isn't in the package.
Can you help me how can find the data base like 'ggToyMissing' , 'ggToyTrainTest'
It seems all the source data sets are in this path as you can see in the result files: '/Users/mauricioalvarez/Documents/mlprojects/datasets/matlab/mocap/cmu/#/#.asf'
When i want to run the code with my dataset and define multi targets training in yTemp variable and multi-input training, my test inputs in the XTestTemp and my test outputs in theyTestTemp, i have error in this part of all demo script :
for i = 1:size(yTemp, 2)
y{i} = yTemp{i};
X{i} = XTemp{i};
end
Any help will be useful for me.

Thank you in Advance!

Somi

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