Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

narma10_esn.py Empty Exception #18

Closed
roumpakis opened this issue May 28, 2020 · 2 comments
Closed

narma10_esn.py Empty Exception #18

roumpakis opened this issue May 28, 2020 · 2 comments
Assignees
Labels

Comments

@roumpakis
Copy link

roumpakis commented May 28, 2020

I am trying to run https://github.com/nschaetti/EchoTorch/blob/master/examples/timeserie_prediction/narma10_esn.py but i get an Empty Exception when the example try to load data

data = self._data_queue.get(timeout=timeout)

Why does this happen?
My setup:
pyTorch 1.5
torchVision 0.6.0
MDP 3.6

@imhithanks
Copy link

Me too. I can't import Echotorch.

@dimitrisdermanis
Copy link

dimitrisdermanis commented Jan 21, 2021

see here: #19 (comment)

in brief:

  1. go to https://github.com/nschaetti/EchoTorch/releases and download the latest release
  2. install the latest release from the downloaded file (202006291 is the latest version at the moment):
    $pip install ./EchoTorch-202006291.zip
  3. test it out using narma10_esn.py (other examples have some issues)

you may still need to install some more python packages not listed in the requirements file but it works once you do this.

@nschaetti nschaetti self-assigned this Jan 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants