Open justinchuby opened 1 year ago
It wasn't very clear what this error is and how to fix it.
onnxscript/autocast.py:39: in cast_inputs raise ValueError( E ValueError: Number of actual parameters 2 exceeds number of formal parameters 1.
Maybe: are you supplying inputs as attributes to... ?
are you supplying inputs as attributes to...
Or xxx only takes 2 parameters: ('a', 'b'), but 3 parameters were provided.
xxx only takes 2 parameters: ('a', 'b'), but 3 parameters were provided.
It wasn't very clear what this error is and how to fix it.