What is the meaning of groups in importCaffeNetwork()?

1 visualización (últimos 30 días)
SC
SC el 2 de Mzo. de 2019
Comentada: Walter Roberson el 2 de Mzo. de 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 comentario
Walter Roberson
Walter Roberson el 2 de Mzo. de 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.

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre Deep Learning Toolbox en Help Center y File Exchange.

Productos


Versión

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by