-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Labels
P2Priority of the issue for triage purpose: Needs to be fixed at some point.Priority of the issue for triage purpose: Needs to be fixed at some point.enhancementNew feature or requestNew feature or requestonnxExporting ONNX models or loading ONNX modelsExporting ONNX models or loading ONNX models
Description
Right now we are setting the onnx recursion limit when loading models to 100, but there is no way to modify this value other than changing the source code and rebuilding. This value was originally 10 but that caused some issues for end users so it was changed to 100, but if users again run into the issue there is no way for them to fix it themselves.
We need to add the ability for users to specify this value so when they run into issues they can change it themselves.
Metadata
Metadata
Assignees
Labels
P2Priority of the issue for triage purpose: Needs to be fixed at some point.Priority of the issue for triage purpose: Needs to be fixed at some point.enhancementNew feature or requestNew feature or requestonnxExporting ONNX models or loading ONNX modelsExporting ONNX models or loading ONNX models