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 BatchNormalization operator #186

Open
wants to merge 19 commits into
base: develop
Choose a base branch
from

Conversation

Swopper050
Copy link
Collaborator

@Swopper050 Swopper050 commented Dec 10, 2023

Closes #5

@Swopper050 Swopper050 self-assigned this Dec 10, 2023
@Swopper050 Swopper050 requested a review from wipsel January 9, 2024 13:54
@Swopper050 Swopper050 changed the title Draft: Add BatchNormalization operator Add BatchNormalization operator Jan 9, 2024
@Swopper050 Swopper050 added this to the GONNX v1.2.0 milestone Jan 29, 2024
@Swopper050 Swopper050 changed the title Add BatchNormalization operator Draft: Add BatchNormalization operator Aug 22, 2024
@Swopper050 Swopper050 removed the request for review from wipsel August 22, 2024 07:04
@Swopper050
Copy link
Collaborator Author

Swopper050 commented Aug 22, 2024

Implementation is still incomplete: needs train mode calculation as well.
However, as this option is probably rarely used I postponed the implementation, see #212.

@Swopper050 Swopper050 changed the title Draft: Add BatchNormalization operator Add BatchNormalization operator Oct 16, 2024
ops/opset13/batch_normalization.go Outdated Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement BatchNormalization operator
2 participants