You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: