how does stride work in denosing neural network

The input image size is [129 8]. There are 16 cnn layers, some have [9 1] kernel and some have [5 1]. Let use [9 1] kernel. In one computation, cnn will compute a dot product of 9 vertival pixels of the input image if I understand them correctly. The stride is set to [1 100], this mean the kernel moves 1 pixel vertivally and 100 pixels horizontally. However, the input is 129x8.

回答 (1 件)

konoha
konoha 2022 年 5 月 18 日

0 投票

the first cnn layer has kernel [9 8]. This has scanned through the input matrix and output is a vector. a [1 100] works as designed, which move vertically. But the choice of moving 100 horizontally is remained unclear.

カテゴリ

ヘルプ センター および File ExchangeDeep Learning Toolbox についてさらに検索

製品

リリース

R2020b

質問済み:

2022 年 5 月 13 日

回答済み:

2022 年 5 月 18 日

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by