-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
第118页,第五章5.4.1节 ,卷积核的数量写错了 #622
Comments
就是60个没有问题,你数一下连接表就知道了。每个x代表1个5*5的卷积核,一共60个。 |
这是来自QQ邮箱的自动回复邮件。
您好,您给我发送的邮件已收到。
|
您的邮件已收到,我会尽快回复,谢谢。
|
感谢回复,确实没有问题,是我理解错了!
大连理工_陈可涵
***@***.***
…------------------ 原始邮件 ------------------
发件人: ***@***.***>;
发送时间: 2023年5月19日(星期五) 晚上11:51
收件人: ***@***.***>;
抄送: ***@***.***>; ***@***.***>;
主题: Re: [nndl/nndl.github.io] 第118页,第五章5.4.1节 ,卷积核的数量写错了 (Issue #622)
就是60个没有问题,你数一下连接表就知道了。每个x代表1个5*5的卷积核,一共60个。
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
第118页,第五章5.4.1节
LeNet的第(3)层结构中,C3卷积层应该是16个5x5的卷积核,书中写成了60个。
The text was updated successfully, but these errors were encountered: