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

https://github.com/faroit/einsum_benchmark


https://github.com/faroit/einsum_benchmark

Last synced: about 1 year ago
JSON representation

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
```