Improve softmax: type checks, stability, axis support, tests, docs #14581
Annotations
3 errors
|
ruff
Process completed with exit code 1.
|
|
Ruff (F401):
maths/softmax.py#L2
maths/softmax.py:2:20: F401 `typing.Optional` imported but unused
|
|
Ruff (I001):
maths/softmax.py#L1
maths/softmax.py:1:1: I001 Import block is un-sorted or un-formatted
|