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.
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.