neuraloperator / neuraloperator

Learning in infinite dimension with neural operators.
https://neuraloperator.github.io/dev/index.html
MIT License
2.15k stars 560 forks source link

Tensorly-Torch needs to be built from source #317

Closed dhpitt closed 5 months ago

dhpitt commented 7 months ago

Since the SpectralConv refactor, we now depend on newer source from tltorch than is available in the latest tagged release on PyPI. Instead of installing tensorly-torch from pip, to pass all tests you must install tltorch from github.com/JeanKossaifi/tensorly-torch.

dhpitt commented 5 months ago

Closing and combining with #321.