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

How to save model ? #14

Open Aak6ash opened 5 years ago

Aak6ash commented 5 years ago

How do I save a model and load it back in this ?

nschaetti commented 3 years ago

Did you try torch.save() ?