Can somebody please guide me how to remove following error
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
ALI
el 14 de Oct. de 2022
Editada: Walter Roberson
el 27 de Oct. de 2022
Error in sequenceInputLayer (line 26)
inputArguments = iParseInputArguments(varargin{:});
Error in lstm_2 (line 62)
sequenceInputLayer(inputsize,'Name','ip')
5 comentarios
Respuesta aceptada
Harsha
el 27 de Oct. de 2022
MATLAB R2018a and R2018b only support InputSize argument in sequenceInputLayer as scalar.
InputSize as vector is supported from MATLAB R2019a release.
Refer to this documentation links regarding the same
0 comentarios
Más respuestas (0)
Ver también
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!