You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(autogram): Rework VJP class hierarchy (#433)
* Split VJP base class into VJP (for the __call__ prototype) and
ModuleVJP (for referencing a module, its trainable and frozen
parameters).
* Add Vmapped to wrap a VJP.
* Remove VJPType (now useless because a vmapped VJP will also be of type
VJP).
0 commit comments