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

Add LRN Operator #42

Open
owulveryck opened this issue May 5, 2019 · 3 comments
Open

Add LRN Operator #42

owulveryck opened this issue May 5, 2019 · 3 comments
Assignees
Labels
backend Feature request Gorgonia / Gorgonnx This issue is related to the Gorgonia backend Operator This is related to a specific operator

Comments

@owulveryck
Copy link
Contributor

owulveryck commented May 5, 2019

Why is this operator needed?

To run, at least, inception v1

Implementation

Link to existing material on the backend

N/A

Expected problems?

N/A

Tests

go test -run=ONNX/LRN

@owulveryck owulveryck added backend Feature request Gorgonia / Gorgonnx This issue is related to the Gorgonia backend Operator This is related to a specific operator labels May 7, 2019
@owulveryck
Copy link
Contributor Author

This operator is too complex to be implemented into Gorgonnx as it is more than a composition of other existing functions.
I think that there is a need for a new Op in gorgonia.

The implementation has started in Gorgonia see this branch

@owulveryck owulveryck self-assigned this Jun 3, 2019
@domino14
Copy link

What's the difference between Gorgonnx and Gorgonia?

@owulveryck
Copy link
Contributor Author

Hi,

Gorgonia is a library used for computation and automatic differentiation (like tensorflow).
It’s not compatible with the interfaces of onnx-go (yet), but very close.
Gorgonnx is a transitional package made to fill the gap. It acts a a transpiler from onnx-go to Gorgonia.

Hope this helps

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend Feature request Gorgonia / Gorgonnx This issue is related to the Gorgonia backend Operator This is related to a specific operator
Projects
None yet
Development

No branches or pull requests

2 participants