"src/targets/vscode:/vscode.git/clone" did not exist on "59b80d4e8377a346f96137537de5d69c9b6e088d"
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