What is the meaning of groups in importCaffeNetwork()?

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 comentario

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.

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre Deep Learning Toolbox en Centro de ayuda y File Exchange.

Productos

Versión

R2018b

Preguntada:

SC
el 2 de Mzo. de 2019

Comentada:

el 2 de Mzo. de 2019

Community Treasure Hunt

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

Start Hunting!

Translated by