필터 지우기
필터 지우기

My image size is of [566 804 3], what are the useful convolution filter sizes? How can I predict them? Every where I just given the same filter size and same number of filters?

조회 수: 1 (최근 30일)
layers=[...
imageInputLayer([566 804 3])
convolution2dLayer(50, 20)
reluLayer
crossChannelNormalizationLayer(2)
maxPooling2dLayer(5,'stride',2,'padding',2)
convolution2dLayer(50, 20)
reluLayer
crossChannelNormalizationLayer(2)
maxPooling2dLayer(5,'stride',2,'padding',2)
convolution2dLayer(50, 20)
reluLayer
crossChannelNormalizationLayer(2)
maxPooling2dLayer(5,'stride',2,'padding',2)
convolution2dLayer(50, 20)
reluLayer
convolution2dLayer(50, 20)
reluLayer
convolution2dLayer(50, 20)
reluLayer
maxPooling2dLayer(5,'stride',2,'padding',2)
fullyConnectedLayer(2)
softmaxLayer
classificationLayer()]

답변 (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