You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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)
The text was updated successfully, but these errors were encountered: