What is the meaning of groups in importCaffeNetwork()?

1 Ansicht (letzte 30 Tage)
SC
SC am 2 Mär. 2019
Kommentiert: Walter Roberson am 2 Mär. 2019
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 Kommentar
Walter Roberson
Walter Roberson am 2 Mär. 2019
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.

Melden Sie sich an, um zu kommentieren.

Antworten (0)

Kategorien

Mehr zu Deep Learning Toolbox finden Sie in Help Center und File Exchange

Produkte


Version

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by