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

No module named 'models' #27

Closed jfrutschy closed 1 year ago

jfrutschy commented 1 year ago

I'm not sure why the init.py file for echotorch can't find the models folder when it is in the same location as the folder. How do I fix this? image