Job Failed #625581: argmax forward
Job #625581 failed for 0a73d6a6
https://gitlab.eclipse.org/eclipse/aidge/aidge_onnx/-/jobs/625581#L2280
> assert np.allclose(onnx_out, out), f"out #{idx} mismatch: {onnx_out} != {out}"
E AssertionError: out #0 mismatch: [[[1 1 0 0]
E [0 1 1 0]
E [1 1 0 1]]] != [[[ 1 1 0 0]
E [94519073340848 1 1 0]
E [ 1 1 0 1]]]
E assert False
E + where False = <function allclose at 0x7ae247d2c930>(array([[[1, 1, 0, 0],\n [0, 1, 1, 0],\n [1, 1, 0, 1]]], dtype=int64), array([[[ 1, 1, 0, 0],\n [94519073340848, 1, 1, 0],\n [ 1, 1, 0, 1]]],\n dtype=int64))
E + where <function allclose at 0x7ae247d2c930> = np.allclose
Edited by Cyril Moineau