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
Jaxtyping has documentation-only names.
For example channel=2
Here, the name before the = is completely ignored and only serves a documentation purpose. The code behaves as-if there was only the anonymous number written.
instead of
repeat(tensor, "x -> 1 1 x")
which lacks any information about what the new axes are, and
Jaxtyping has documentation-only names.
For example
channel=2
Here, the name before the
=
is completely ignored and only serves a documentation purpose. The code behaves as-if there was only the anonymous number written.instead of
which lacks any information about what the new axes are, and
which makes it less obvious that the operation is an unsqueeze,
it would be nice if one could write:
Would this be something to consider for einops as well?
(I haven't seen an issue discussing this, if I missed it -- sorry!)
The text was updated successfully, but these errors were encountered: