Skip to content

Implement LRN #310

@salvacarrion

Description

@salvacarrion

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:

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions