An open API service indexing awesome lists of open source software.

https://github.com/lucidrains/einops-exts

Implementation of some personal helper functions for Einops, my most favorite tensor manipulation library ❤️
https://github.com/lucidrains/einops-exts

artificial-intelligence deep-learning tensor-manipulation

Last synced: 11 months ago
JSON representation

Implementation of some personal helper functions for Einops, my most favorite tensor manipulation library ❤️

Awesome Lists containing this project

README

          

## Einops Extensions

Implementation of some personal helper functions for Einops, my most favorite tensor manipulation library ❤️

## Citations

```bibtex
@inproceedings{rogozhnikov2022einops,
title = {Einops: Clear and Reliable Tensor Manipulations with Einstein-like Notation},
author = {Alex Rogozhnikov},
booktitle = {International Conference on Learning Representations},
year = {2022},
url = {https://openreview.net/forum?id=oapKSVM2bcj}
}
```