https://github.com/Halfish/cs231n/blob/d355c0c61296d80c7709907271c548d2994e9990/assignment2/cs231n/layers.py#L506-L507 https://github.com/Halfish/cs231n/blob/d355c0c61296d80c7709907271c548d2994e9990/assignment2/cs231n/layers.py#L540-L541 应为: ``` out_height = 1 + (H - pool_height) / stride out_width = 1 + (W - pool_width) / stride ```
cs231n/assignment2/cs231n/layers.py
Lines 506 to 507 in d355c0c
cs231n/assignment2/cs231n/layers.py
Lines 540 to 541 in d355c0c
应为: