-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
Description
This layer is used in many early DNNs such as AlexNet, GoogLeNet, Inception, etc. so we need to implement it to support these models through ONNX.
For now, we have two workarounds to be made:
- Option 1.: Bypass this layer in ONNX showing a warning
- Option 2.: Replace it with BatchNorm where its parameters are all ones and zeros
Info: