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
{{ message }}
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.
https://github.com/Microsoft/onnxjs/blob/c2f3de6d934e807ec7880ea3e9438ce519d1b8f6/lib/execution-plan.ts#L136
When a node has two identical inputs, e.g.
y = concat(x, x, dim=0)
, the above line will addy
twice to the listsequence
. This causes an exception at https://github.com/Microsoft/onnxjs/blob/c2f3de6d934e807ec7880ea3e9438ce519d1b8f6/lib/execution-plan.ts#L118 when y is computed the second time.The text was updated successfully, but these errors were encountered: