You need to sign in or sign up before continuing.
Fix MaxPool and Clip operator
- Added second output for
MaxPooland fix backward. - Fixed
Clipbackward in edge cases; - Fixed wrong filler type (
Convinstead ofConv2D); - Fixed non-accumulating gradient for
AddandDivoperators; - Parallelized
ConvandFCbackward.
Some constrains in OptArgs are relaxed (ASSERT transformed in Log.warn()) to support Sequential with operators with optional outputs, like MaxPool.
Edited by Olivier BICHLER