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
445 stars 117 forks source link

Fixing some imports #10

Closed VieVie31 closed 5 years ago

VieVie31 commented 5 years ago

After installing via :

python3 setup.py install

It raises some ModuleNotFoundError. It seems like they are some issues in the relative imports...