ageron/handson-mlp

[bug] The final shape after a tensor [2, 32, 70, 120] is going through the depthwise max pooling is incorrect

開放

#40 建立於 2026年5月23日

 (0 則留言) (0 個反應) (1 位負責人)Jupyter Notebook (592 個分叉)github user discovery
bughelp wanted

倉庫指標

星標
 (1,827 顆星)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

Enter the chapter number

Chapter 12 Deep Computer Vision using CNNs

Enter the page number

Page 433

What is the cell's number in the notebook

Line 11 or the last bullet point

Enter the environment you are using to run the notebook

None

Describe your issue

The final shape after a tensor [2, 32, 70, 120] is going through the depthwise max pooling is not [2,8,50,100].

Enter what you expected to happen

The final tensor should be [2,8,70,120], not [2,8,50,100]

If you found a workaround, describe it here

The final tensor should be [2,8,70,120]

貢獻者指南