stefanonardo / pytorch-esn

An Echo State Network module for PyTorch.
MIT License
211 stars 43 forks source link

Replace deprecated torch.eig() #15

Closed jnschnkr closed 1 year ago

jnschnkr commented 1 year ago

Newer PyTorch versions no longer support torch.eig(). The function that replaces it is available since PyTorch 1.9.0.