https://github.com/faroit/einsum_benchmark
https://github.com/faroit/einsum_benchmark
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/faroit/einsum_benchmark
- Owner: faroit
- Created: 2016-04-19T12:52:28.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-19T16:31:14.000Z (about 10 years ago)
- Last Synced: 2025-01-28T02:32:42.763Z (over 1 year ago)
- Language: Python
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Compare Einsum notations
##### install opt_einsum
```bash
pip install -e 'git+https://github.com/dgasmith/opt_einsum.git#egg=opt_einsum'
```
##### Run evaluation
```bash
sh run.sh
```
##### Create Plots
```bash
python plot_data.py
```