Re: [Numpy-discussion] Einops cross-linking from einsum

2020-10-03 Thread Alex Rogozhnikov
Thanks for the feedback!Created PR for adding both einops and opt_einsum:https://github.com/numpy/numpy/pull/17432  27.09.2020, 12:30, "Ralf Gommers" :  On Sun, Sep 27, 2020 at 7:09 AM Stephan Hoyer wrote:On Sat, Sep 26, 2020 at 10:53 PM Alex Rogozhnikov

Re: [Numpy-discussion] Einops cross-linking from einsum

2020-09-27 Thread Ralf Gommers
On Sun, Sep 27, 2020 at 7:09 AM Stephan Hoyer wrote: > On Sat, Sep 26, 2020 at 10:53 PM Alex Rogozhnikov < > alex.rogozhni...@yandex.ru> wrote: > >> Hello all, >> >> I'm developer of einops - python package for readable and reliable tensor >> operations. >> Einops handles different types of tenso

Re: [Numpy-discussion] Einops cross-linking from einsum

2020-09-26 Thread Stephan Hoyer
On Sat, Sep 26, 2020 at 10:53 PM Alex Rogozhnikov < alex.rogozhni...@yandex.ru> wrote: > Hello all, > > I'm developer of einops - python package for readable and reliable tensor > operations. > Einops handles different types of tensors (including numpy, pytorch, jax, > tensorflow and others) and t

[Numpy-discussion] Einops cross-linking from einsum

2020-09-26 Thread Alex Rogozhnikov
Hello all, I'm developer of einops - python package for readable and reliable tensor operations.Einops handles different types of tensors (including numpy, pytorch, jax, tensorflow and others) and targeted as a verbose replacement to existing numpy operations. As einops now is quite mature project,