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

Optimizer is getting empty list when using esn with SGD #15

Open Aak6ash opened 5 years ago

Aak6ash commented 5 years ago

When I'm trying to run the esn_sgd code, the optimizer is giving Optimizer is getting empty list error

enajx commented 3 years ago

Hi, any update on this bug? The generator model.parameters() doesn't seem to be yielding any model parameter so it's currently not possible to use any pytorch optimizer to train them.