I tried to convert a Python function to onnx Model using onnxscript (the @script() decorator). However, I keep getting weird error types from running python run mypy ...
George3d6 mentioned this on Aug 12, 2021 Potential Bug: Error: bad operand type for abs (): 'tuple' lightwood#457 ...