This repository has been archived by the owner on Jan 25, 2021. It is now read-only.
Add BatchNormalization Operator
Pre-release
Pre-release
- Add BatchNormalization Operator. Currently, it supports inference forwarding only.
- In Conv2D operator, use
ConvMethod.Img2Col
as default calculation method. Since it computes much faster.