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 #1347

Closed
wants to merge 1 commit into from
Closed

Update channels.md #1347

wants to merge 1 commit into from

Conversation

Wjbbbbb
Copy link

@Wjbbbbb Wjbbbbb commented Sep 17, 2024

No description provided.

要遍历第0个维度,如果直接zip(X, K)的话,corr2d()依次读取到X和K的第0和1个维度,对X[i]中的两个矩阵和K[i]中的两个矩阵进行卷积运算,这样会导致出现'''ValueError: too many values to unpack (expected 2)'''这样的错误,因此,要对X和K加上下标0
@Jie201912
Copy link

Jie201912 commented Sep 17, 2024 via email

@Wjbbbbb Wjbbbbb closed this Sep 17, 2024
@Wjbbbbb Wjbbbbb deleted the patch-1 branch September 17, 2024 06:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants