Can somebody please guide me how to remove following error
2 次查看(过去 30 天)
显示 更早的评论
Error in sequenceInputLayer (line 26)
inputArguments = iParseInputArguments(varargin{:});
Error in lstm_2 (line 62)
sequenceInputLayer(inputsize,'Name','ip')
5 个评论
采纳的回答
Harsha
2022-10-27
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 个评论
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Image Data Workflows 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!