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

Index exceeds matrix dimensions problem #16

Open
rashaalshehhi opened this issue Feb 3, 2016 · 1 comment
Open

Index exceeds matrix dimensions problem #16

rashaalshehhi opened this issue Feb 3, 2016 · 1 comment

Comments

@rashaalshehhi
Copy link

I am working with binary classification ( 2 labels). I had problem in the following line:
t = Xmax + log(sum(ex,3)) - X(ci) ==>X(ci) "Index exceeds matrix dimensions"
X ==> 384x384 x 3 x 2
ci ==> 384 x384 x 1 x2

Do you have an idea about this error

@HosnaCSE
Copy link

HosnaCSE commented Aug 7, 2016

I had same problem, I check imdb.paths after executing at original code.
"imdb = vocSetupAdditionalSegmentations(imdb, 'dataDir', opts.dataDir) ;",
After adjusting this, I was able to solve that error.

@physics-programmer
Copy link

physics-programmer commented Mar 3, 2017

Hi, i have the same problem, did you find a solution ?

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

3 participants