Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement LRN #310

Open
salvacarrion opened this issue Dec 1, 2021 · 1 comment
Open

Implement LRN #310

salvacarrion opened this issue Dec 1, 2021 · 1 comment
Assignees
Labels
enhancement New feature or request Hard priority

Comments

@salvacarrion
Copy link
Contributor

salvacarrion commented Dec 1, 2021

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:

@salvacarrion
Copy link
Contributor Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Hard priority
Projects
None yet
Development

No branches or pull requests

2 participants