incorrect argument for input size
1 次查看(过去 30 天)
显示 更早的评论
i am getting error message when trying to resize input images. I want to resize input images similar to the input layer of the cnn netwrok. I was able to do resizing in simialr way eith other networks but this network is not working.
0 个评论
采纳的回答
Voss
2021-12-19
Like the message says, there is no 'InputSize' property of a layerGraph. But an imageInputLayer does have an 'InputSize' property, and a layerGraph has layers which may be of class imageInputLayer, so probably you mean to refer to the InputSize of an imageInputLayer that is one of the layers of the layerGraph.
3 个评论
Voss
2021-12-20
Sorry, I don't know much about neural networks. I just searched and read through some of the documentation to come up with that answer.
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Recognition, Object Detection, and Semantic Segmentation 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!