L1aoXingyu/code-of-learn-deep-learning-with-pytorch

第4章92页,AlexNet实现,第一层卷积的out_channels=64是为什么?

Andrewsunning opened this issue · 0 comments

您好,请问书中第4章92页,AlexNet实现,第一层卷积的out_channels=64是为什么?我看网络结构应该是96才能对应上啊?
去网上搜实现代码,发现两个版本都有,请您解释下原因可以吗?谢谢!

附两种实现的网址:
https://www.cnblogs.com/ys99/p/10838998.html

https://www.cnblogs.com/demo-deng/p/10685673.html