This repository was archived by the owner on May 6, 2025. It is now read-only.
Question-ResnetX implementation #148
Unanswered
eeshaan-ravi-tivari
asked this question in
Q&A
Replies: 1 comment 7 replies
-
AFAIK we have all the necessary building blocks, except for BatchNorm (we have
We also provide some basic customization options in many nonlinearities https://neural-tangents.readthedocs.io/en/latest/stax.html#elementwise-nonlinear such as slopes of rectified units, Hermite polynomial degree, shifts and scaling, etc. Lmk if this helps! |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Can someone help me with how can I implement say ResNet20 using the Neural tangents library?
Also, how can we use a custom activation function for the network in NTK?
Beta Was this translation helpful? Give feedback.
All reactions