Borrar filtros
Borrar filtros

incorrect argument for input size

3 visualizaciones (últimos 30 días)
new_user
new_user el 19 de Dic. de 2021
Comentada: Voss el 20 de Dic. de 2021
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.

Respuesta aceptada

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

Iniciar sesión para comentar.

Más respuestas (0)

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!

Translated by