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
It gives me the following error:
File "/Users/vedparanjape/code/onnx-converters/src/onnx/converters/trial.py", line 117, in get_score_transformer_converter
proto = converter_function().to_model_proto()
^^^^^^^^^^^^^^^^^^^^
File "/Users/vedparanjape/Library/Caches/pypoetry/virtualenvs/onnx-converters-gTr4GyPW-py3.12/lib/python3.12/site-packages/onnxscript/values.py", line 526, in call
return evaluator.default().eval_function(self, args, kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/vedparanjape/Library/Caches/pypoetry/virtualenvs/onnx-converters-gTr4GyPW-py3.12/lib/python3.12/site-packages/onnxscript/evaluator.py", line 282, in eval_function
tagged_args, tagged_kwargs = param_manipulation.tag_arguments_with_param_schemas(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/vedparanjape/Library/Caches/pypoetry/virtualenvs/onnx-converters-gTr4GyPW-py3.12/lib/python3.12/site-packages/onnxscript/_internal/param_manipulation.py", line 129, in tag_arguments_with_param_schemas
raise TypeError(f"Required input/attribute '{param}' was not provided")
TypeError: Required input/attribute 'X: Input[None]' was not provided
I am not sure what I am doing differently than the tutorial code or I am missing something else.
The text was updated successfully, but these errors were encountered:
I was trying to follow along this tutorial: https://onnx.ai/sklearn-onnx/auto_tutorial/plot_jfunction_transformer.html#custom-converter-with-onnxscript
It gives me the following error:
File "/Users/vedparanjape/code/onnx-converters/src/onnx/converters/trial.py", line 117, in get_score_transformer_converter
proto = converter_function().to_model_proto()
^^^^^^^^^^^^^^^^^^^^
File "/Users/vedparanjape/Library/Caches/pypoetry/virtualenvs/onnx-converters-gTr4GyPW-py3.12/lib/python3.12/site-packages/onnxscript/values.py", line 526, in call
return evaluator.default().eval_function(self, args, kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/vedparanjape/Library/Caches/pypoetry/virtualenvs/onnx-converters-gTr4GyPW-py3.12/lib/python3.12/site-packages/onnxscript/evaluator.py", line 282, in eval_function
tagged_args, tagged_kwargs = param_manipulation.tag_arguments_with_param_schemas(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/vedparanjape/Library/Caches/pypoetry/virtualenvs/onnx-converters-gTr4GyPW-py3.12/lib/python3.12/site-packages/onnxscript/_internal/param_manipulation.py", line 129, in tag_arguments_with_param_schemas
raise TypeError(f"Required input/attribute '{param}' was not provided")
TypeError: Required input/attribute 'X: Input[None]' was not provided
I am not sure what I am doing differently than the tutorial code or I am missing something else.
The text was updated successfully, but these errors were encountered: