the error appears in defining weightedAdditionLayer

1 visualización (últimos 30 días)
li
li el 20 de Jun. de 2019
Respondida: Gabija Marsalkaite el 2 de Jul. de 2019
hi, i have defined the weightedAdditionLayer according to the code provided in the help document, but a error'Incorrect number of input arguments for 'backward' in Layer weightedAdditionLayer. Expected to have 5, but instead it has 2.' appears, why?

Respuestas (1)

Gabija Marsalkaite
Gabija Marsalkaite el 2 de Jul. de 2019
Assuming you have a layer with two inputs (input1 and input2) and one output, 'backward' expects layer, input1, input2, output, dLdz, memory, but if any of them is not used, it can be replaced with ~ e.g. backward(~, ~,~,~,dLdz,~).
This documentation page may help you: https://www.mathworks.com/help/deeplearning/ug/define-custom-deep-learning-layers.html
If that does not solve your problem, could you share your code?

Categorías

Más información sobre Image Data Workflows en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by