필터 지우기
필터 지우기

incorrect argument for input size

조회 수: 3 (최근 30일)
new_user
new_user 2021년 12월 19일
댓글: Voss 2021년 12월 20일
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.

채택된 답변

Voss
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
new_user
new_user 2021년 12월 19일
can you give me some suggestion o make a simple cnn for making 85% accuracy with 12 categories and 6000 images total?
Voss
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 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