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 ❤️
- Host: GitHub
- URL: https://github.com/lucidrains/einops-exts
- Owner: lucidrains
- License: mit
- Created: 2022-04-09T16:19:51.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-05T20:01:37.000Z (over 3 years ago)
- Last Synced: 2025-07-31T20:16:17.902Z (11 months ago)
- Topics: artificial-intelligence, deep-learning, tensor-manipulation
- Language: Python
- Homepage:
- Size: 10.7 KB
- Stars: 55
- Watchers: 4
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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}
}
```