What is the meaning of groups in importCaffeNetwork()?

1 回表示 (過去 30 日間)
SC
SC 2019 年 3 月 2 日
コメント済み: Walter Roberson 2019 年 3 月 2 日
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 Center および File ExchangeDeep Learning Toolbox についてさらに検索

製品


リリース

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by