Collection of best einops-based repositories #105
Replies: 3 comments 2 replies
-
Currently done in https://github.com/arogozhnikov/einops/blob/master/docs/pages/projects.md |
Beta Was this translation helpful? Give feedback.
-
@arogozhnikov I wouldn't say mine are super high quality but I do use einops in my implementations (definitely super useful) and would love to add them to the collection if these look good: |
Beta Was this translation helpful? Give feedback.
-
First of all, thanks for the amazing library. I started a library to use einops with xarray objects (among other things). The source is at https://github.com/arviz-devs/xarray-einstats but it's probably more interesting to look at the port of the einops basics tutorial, doing the same operations but on an xarray DataArray where dimensions are labeled and we can often skip the left side of the expression. It is still very recent, and I haven't yet added |
Beta Was this translation helpful? Give feedback.
-
There are already > 300 repositories using einops, some of them are of very high quality. Worth collecting a bunch to show off various use-cases
Beta Was this translation helpful? Give feedback.
All reactions