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
-
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