Replies: 1 comment 1 reply
-
Hi @marinegor,
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, first discussion here -- wanted to say big thanks for the package, it's amazing!!
Now, question: from what I understood while reading the docs & code,
einops
comes up with a pure-numpy/pytorch/jax
set of functions for each of its operations. My questions is, is it possible to check which exactly function did it come up with?I am looking to reduce the dependency number in a library to a bare minimum, and there are 2 places where I use
einops
-- I wonder if I could just plug a pure-numpy
implementation of the function. I know thateinops
is dependency-less and in principle having it as dependency isn't a big deal, but still.Beta Was this translation helpful? Give feedback.
All reactions