What is the meaning of groups in importCaffeNetwork()?

1 次查看(过去 30 天)
Hi,
I have the caffe model and tried to import it by using this:-
net = importCaffeNetwork(protofile,datafile)
And then I have an error message:-
The layer 'hg1_low6_low6_low6_up5' contains 256 groups. Maximum number of groups supported is 2
What is the meaning of group here?
  1 个评论
Walter Roberson
Walter Roberson 2019-3-2
256 sounds like uint8 0 to 255. I suspect that layer is expecting two-level rather than 256 levels. Expecting black and white in other words, but not necessarily {0,1} or {0, 255}, just any two distinct values.

请先登录,再进行评论。

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Deep Learning Toolbox 的更多信息

产品


版本

R2018b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by