EchoTorch
EchoTorch copied to clipboard
Documentation Needs to Be Addressed
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)
Has this problem been solved? I also encountered the same problem and did not know how to solve it