pontic

Results 2 issues of pontic

File "C:\Time-Series-Library-main\models\Koopa.py", line 81, in one_step_forward self.K = torch.linalg.lstsq(x, y).solution # B E E AttributeError: module 'torch.linalg' has no attribute 'lstsq'

Hello,Thank you for your open source work!When I followed the instructions to process my own dataset, and I'm using the git bash terminal in pycharm,I get the following error: So...