You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using PyRCN version PyRCN-0.0.17 and the mackeyglass example. I would like to know how to modify the example to predict multiple steps ahead instead of 1 step ahead as it currently does.
Thanks
Wilbert Jackson
The text was updated successfully, but these errors were encountered:
Thank you for this question. Currently, this is not supported natively. However, I am working on a better implementation based on PyTorch, which makes it easier to do tasks like this.
For now, the easiest way would be to predict one step, append the output to the input and then predict the next step with this modified input. This can be done in a simple loop. Does this help you for now?
I am using PyRCN version PyRCN-0.0.17 and the mackeyglass example. I would like to know how to modify the example to predict multiple steps ahead instead of 1 step ahead as it currently does.
Thanks
Wilbert Jackson
The text was updated successfully, but these errors were encountered: