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
Hi, xingyi
Than you for your great open source code. I have reproduced the results as you show on the repository.
Furthermore, I want to add accuracy layer in DeepModel.prototxt file .
However, there is error say that the dimension of jonit and DeepHandModelxyz doesn't match.
Number of labels must match number of predictions; e.g., if label axis == 1 and prediction shape is (N, C, H, W), label count (number of labels) must be N*H*W, with integer values in {0, 1, ..., C-1}
Is it maybe the sake of hd5 format data format? Can you give me some help? I am looking forward to your replay. Thank you!!!
The text was updated successfully, but these errors were encountered:
Hi, xingyi
Than you for your great open source code. I have reproduced the results as you show on the repository.
Furthermore, I want to add
accuracy
layer inDeepModel.prototxt
file .However, there is error say that the dimension of
jonit
andDeepHandModelxyz
doesn't match.Number of labels must match number of predictions; e.g., if label axis == 1 and prediction shape is (N, C, H, W), label count (number of labels) must be N*H*W, with integer values in {0, 1, ..., C-1}
Is it maybe the sake of hd5 format data format? Can you give me some help? I am looking forward to your replay. Thank you!!!
The text was updated successfully, but these errors were encountered: