Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update channels.md #1366

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions chapter_convolutional-neural-networks/channels.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,10 @@ K.shape
#@tab all
corr2d_multi_in_out(X, K)
```
在 :numref:`fig_conv_multi_in_multi_out`中,我们按照上面的示例展示了一个具有两个输入通道和三个输出通道的二维互相关运算的示例。阴影部分是第一个输出元素以及用于计算这个输出的输入和核张量元素。

![两个输入通道三个输出通道的互相关计算。](https://github.com/user-attachments/assets/7018a524-ad0f-4e62-897e-b855958c498c)
:label:`fig_conv_multi_in_multi_out`

## $1\times 1$ 卷积层

Expand Down
Loading