dgasmith / opt_einsum

⚡️Optimizing einsum functions in NumPy, Tensorflow, Dask, and more with contraction order optimization.
https://dgasmith.github.io/opt_einsum/
MIT License
848 stars 68 forks source link

error in Test opt_enisum #183

Closed jiaminglei-lei closed 2 years ago

jiaminglei-lei commented 2 years ago

installed from source and installed successfully. but when i tried to test it with py.test, the error comes: image and the backend is 'torch'.

dgasmith commented 2 years ago

Hi, thanks for the report. What version of torch is this and if if you rerun does it pass (i.e., is this flakey).

dgasmith commented 2 years ago

Closing as not currently reproducible. Please reopen if you can supply the above details.