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

Fixes #1 #4

Closed EchoStatements closed 6 years ago

EchoStatements commented 6 years ago

This fixes Issue #1 by changing all local imports to use the explicit relative import syntax.

I've not tested this with any Python version < 3.5, but from what I can tell, the syntax is compatible with 2.7 onward.