A drop-in replacement for torch/numpy einsum that allows descriptive variable names in equations. Current version 0.0.3. Infrequently updated; released in 2021.
pip install fancy-einsumNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Einstein summation with descriptive axis names instead of letters.
Ensure spaces between names and that contraction axes use the same name.
Replace '...' with explicit dimension names like 'batch'.
Consider using einops.einsum with named axes or torch.einsum with named tensors.
No dependency data recorded yet.