nschaetti / EchoTorch

A Python toolkit for Reservoir Computing and Echo State Network experimentation based on pyTorch. EchoTorch is the only Python module available to easily create Deep Reservoir Computing models.
https://nschaetti.github.io/echotorch.github.io/
GNU General Public License v3.0
441 stars 117 forks source link

I can't load the model. #26

Open yiyi123123132 opened 1 year ago

yiyi123123132 commented 1 year ago

D:\Software\Anaconda3\envs\zy_dl\python.exe D:/2022_DA/EchoTorch-dev/trial.py Traceback (most recent call last): File "D:/2022_DA/EchoTorch-dev/trial.py", line 4, in gated_esn = etnn.GatedESN( AttributeError: module 'echotorch.nn' has no attribute 'GatedESN'