GithubHelp home page GithubHelp logo

Comments (7)

nTrouvain avatar nTrouvain commented on July 19, 2024

Dear @nico1as,

Thank you very much for this bug report. Could you please provide us with some additional information:

  • what version of ReservoirPy do you use ?
  • do you use ReservoirPy from source (after cloning the repository) or from the Pypi package ?
  • are you running ReservoirPy from within a virtual environment ?
  • do you use white noise regularization during the training/running of the reservoir ?
    Thank you in advance.

from reservoirpy.

nico1as avatar nico1as commented on July 19, 2024

Thanks for your prompt answer.
I use 0.2.2.post1 version, clone from source, using a venv python environment.
I didn't use noise regularization when init the esn.
By the way, I have to use seed value calling esn.run([Xa[0].reshape(-1,n_input)],seed=seed) otherwise it raise the same kind of error message: AttributeError: 'ESN' object has no attribute 'seed'

from reservoirpy.

nTrouvain avatar nTrouvain commented on July 19, 2024

Thank you for this information. We will try to reproduce and fix the error. In the meantime, you can use pickle or dill serialization to save/load the models. Under the hood, the latter is used by ReservoirPy, along with numpy, at saving and loading time.

from reservoirpy.

nTrouvain avatar nTrouvain commented on July 19, 2024

@nico1as Could you try to pull the repository to update your version ? It is possible that this bug is caused by an early version of the current master.

from reservoirpy.

nico1as avatar nico1as commented on July 19, 2024

I have pull and reinstall, but still the same version (ie: 0.2.2.post1). Should I need to pull a specific branch?

from reservoirpy.

nTrouvain avatar nTrouvain commented on July 19, 2024

No fetching the master is fine, it is currently the development branch so the version does not reflect all the changes (this bad workflow will be fixed at the next update)

from reservoirpy.

nTrouvain avatar nTrouvain commented on July 19, 2024

As the problem seems to be fixed, we will close this issue.

from reservoirpy.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.