-
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
Is this project still maintained? #72
Comments
Hi, I didn't get a chance to bring it up to speed in the past months. I do intend to update the project and as you pointed out things are stale prior to BatchNorm. Would it be possible for you to point me in the direction of changes (before/after) required for BatchNorm integration now ? I suspect this will be the largest of the changes required to bring the repo up to speed. |
Ah, marvellous! That's great to hear. The main change is that the statefulness of BatchNorm is now explicitly threaded through: instead of This does manifest as an API change, of course. Statefulness is something that the surrounding module has to be aware of, so that it can thread the state in and out. One convenience worth knowing: LayerNorm and GroupNorm deliberately expose the same API (if passed a Here's a full example for what it looks like to use a stateful module: https://docs.kidger.site/equinox/examples/stateful/ |
Thanks! I'll get started on it. |
Hey @paganpasta! I often point people at Eqxvision, as it's a great model zoo. (And one that you've clearly put a lot of work into.)
I was curious if this project was still maintained? I notice things don't seem to have been updated to
eqx.nn.BatchNorm
(which has been stable for some months now).If it is maintained, I'd like to see if we could promote this project a little more. But if it's not, then no worries -- I understand maintenance is a burden, and there's libraries I've previously decided to stop supporting as well.
The text was updated successfully, but these errors were encountered: