new_height = (input_height - filter_height)/S + 1
new_width = (input_width - filter_width)/S + 1
S表示步长
new_height = (input_height - filter_height)/S + 1
new_width = (input_width - filter_width)/S + 1
S表示步长
2183
1万+
7118

被折叠的 条评论
为什么被折叠?