-
Notifications
You must be signed in to change notification settings - Fork 12
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
Removing equinox experimental #71
Conversation
Thanks for the PR! |
Hi there! However, I'm getting a bunch of errors (100%!) when running pytest. |
Ok, I'll take a look at as to why they might be failing. |
Hi there! I was looking through the errors, and the culprit might be the changes in how the stateful ops are handled now. Edit: I think I narrowed it down to the fact that the new BatchNorm call breaks inside a ConvNormActivation. This occurs because the method now requires both |
The new It should be called as I think this should be straightforward enough -- simply thread the additional state through. |
This PR updates Equinox BatchNorm as it's no longer an experimental feat.
Fixes #70