cuixing158 / yolov3-yolov4-matlab

Import and export Darknet™ models within MATLAB deep learning networks.
93 stars 44 forks source link

The size of the prediction parameter and the target value parameter must match. #18

Open qianjuehanlan opened 3 years ago

qianjuehanlan commented 3 years ago

I'm have a trouble when I run the TRAIN.m: Using DLFEVAL incorrectly (line 43) The size of the prediction parameter and the target value parameter must match. Error train (line 120) [gradients,boxLoss,objLoss,clsLoss,totalLoss,state] = dlfeval(@modelGradients, model, XTrain, YTrain,yoloLayerNumber);

Hind-colla commented 3 years ago

i have the same issue have you find the solution please?

MikeMegamind commented 3 years ago

+1. The same error. Have you fixed it?

lbqdhg commented 3 years ago

+1

yangchengjian-bit commented 2 years ago

+1