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

Documentation Needs to Be Addressed #24

Open zacheidex opened 2 years ago

zacheidex commented 2 years ago

I'm new to EchoTorch and have been trying to train a LiESN. All of the examples are using old import statements, and I'm not sure how to get it working. For example,

from echotorch.models.reservoir.LiESN import LiESN Error: cannot import name 'conceptors' from 'echotorch.nn' (/home/.local/lib/python3.8/site-packages/echotorch/nn/init.py)

Mon3tar commented 1 year ago

Has this problem been solved? I also encountered the same problem and did not know how to solve it