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
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: