We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
When I run the test/model/test_mnist_8 once it works and I get a OKAY result. I then re-run it and it FAILS.
Any suggestion why this might be and what to look for?
The text was updated successfully, but these errors were encountered:
This is some debug output:
$> datatx [datatx/private] [FAIL]
Input3: float32[1 x 1 x 28 x 28] = [...] : float32[1 x 10] = [...] a:Plus214_Output_0, b:
fabs=0.000122,p=975.670227,q=975.670105
fabs=0.000305,p=975.670227,q=975.670105
fabs=0.000488,p=975.670227,q=975.670105
fabs=0.000793,p=975.670227,q=975.670105
fabs=0.000244,p=975.670227,q=975.670105
fabs=0.000229,p=975.670227,q=975.670105
datatx/test_mnist_8 [OKAY]
!ONNX_TENSOR_TYPE_FLOAT32,fabs=1472.012207,p=-496.342163,q=975.670105
datatx/test_mnist_8 [FAIL]
Sorry, something went wrong.
Looks like it's the alignment with malloc.
No branches or pull requests
Hi,
When I run the test/model/test_mnist_8 once it works and I get a OKAY result.
I then re-run it and it FAILS.
Any suggestion why this might be and what to look for?
The text was updated successfully, but these errors were encountered: