"include/vscode:/vscode.git/clone" did not exist on "621a459fd77aeb22b94d4ec8ad156bdf1f4a6a68"
Pooling op. calculation changes (#1823)
Changes to the way Pooling operation calculates pooling when there's padding. Old code would clip off any padding values before computing; for instance if an Average pooling window contained 0 1 2 where the 0 is padding, the result was 1.5 instead of 1.0. See Issue 1766
Showing
Please register or sign in to comment