Neural network after train script excecution issue
8 次查看(过去 30 天)
显示 更早的评论
Hi, I have a neural network, after test and validation there is a possibility to make a matlab script of the model. But I have issues that can be seen on the attached image. The input data is the same as the input in training so i thing it should work, no ?
0 个评论
回答(1 个)
Greg Heath
2017-6-5
The inner dimensions in one or more matrix multiplications are not the same.
Use the size function to verify the inner dimensions of each member of the indicated matrix multiplications.
Hope this helps.
Thank you for formally accepting my answer
Greg
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Deep Learning Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!