-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
informing about bad positional argument in node constructor #1984
Comments
Thanks! Will fix |
Patch for Big Brother issue! microsoft#1984
I have a question: is onnxscript/onnxscript/rewriter/pattern.py Line 250 in 3c75013
onnxscript/onnxscript/rewriter/pattern.py Line 290 in 3c75013
By the way, traceback:
|
rewr.txt
When you mistakingly do
instead of
You will get such error text:
AttributeError: 'float' object has no attribute '_add_usage'
Expected behavior: something like
TypeError: LeakyRelu() takes 2 positional arguments but 3 were given
Possible patch: missed_keyword.patch
The text was updated successfully, but these errors were encountered: