Open NiCkLh9 opened 2 years ago
Hi, you need to feed a single input to the network and then keep feeding the previous result. I added and example here: https://github.com/Ro6ertWcislo/AutoESN/blob/master/src/auto_esn/examples/extrapolation_example.py
How to make a free running prediction with groupdeep esn , not one step ahead prediction.