the error appears in defining weightedAdditionLayer

1 次查看(过去 30 天)
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?

回答(1 个)

Gabija Marsalkaite
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?

类别

Help CenterFile Exchange 中查找有关 Image Data Workflows 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by