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'm having trouble converting the nbeatsx model to the onnx model.
When running the to_onnx() method of the nbeatsx model, the NBEATSx.forward() method will be run, this method needs to provide windows_batch parameters, but TimeSeriesDataset cannot provide this parameter, how to solve this problem?
Versions / Dependencies
v1.6.4
Reproduction script
None
Issue Severity
None
The text was updated successfully, but these errors were encountered:
What happened + What you expected to happen
I'm having trouble converting the nbeatsx model to the onnx model.
When running the to_onnx() method of the nbeatsx model, the NBEATSx.forward() method will be run, this method needs to provide windows_batch parameters, but TimeSeriesDataset cannot provide this parameter, how to solve this problem?
Versions / Dependencies
v1.6.4
Reproduction script
None
Issue Severity
None
The text was updated successfully, but these errors were encountered: