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
VarAccess terms group a structured variable and an accessors to the variable. E.g. "theta.rels(2)" is an accessor of depth 2. These accessors make it easy to work with sparse gradients (they are generalizations of the lookup table). To convert a term tree to use these accessors, use Transformation.induceAccessors. Then create a VarAccessBox that efficiently deals with the sparse gradients.
The text was updated successfully, but these errors were encountered:
VarAccess terms group a structured variable and an accessors to the variable. E.g. "theta.rels(2)" is an accessor of depth 2. These accessors make it easy to work with sparse gradients (they are generalizations of the lookup table). To convert a term tree to use these accessors, use
Transformation.induceAccessors
. Then create a VarAccessBox that efficiently deals with the sparse gradients.The text was updated successfully, but these errors were encountered: