stefanonardo / pytorch-esn

An Echo State Network module for PyTorch.
MIT License
205 stars 43 forks source link

Onnx inference assistance #19

Open sn25-dev opened 9 months ago

sn25-dev commented 9 months ago

I managed to train a ESN model for timeseries prediction and exported same to ONNX file. Later on while inference it ran into issue.

image