Changpeng Lin
Results
2
issues of
Changpeng Lin
Dear developer, I am consdering to substitute every `numpy.einsum` in my code with`opt_einsum.contract`. However, I found in some cases, `contract` is much slower than the raw `numpy.einsum` without any path...