You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I was testing the function glgemm from your code, and I wanted to make sure that the result was correct. So I compared glgemm with the cblas_sgemm function and the results weren't the same.
I made a few tests:
Compared the result of dog image classification and the score with gl_gemm was lot lower in comparison with cblas_sgemm.
Tested the function using 3x3 matrixes, and the result weren't the same.
All the tests were made in Linux with Ubuntu 14.04.
The text was updated successfully, but these errors were encountered:
Hi, I was testing the function glgemm from your code, and I wanted to make sure that the result was correct. So I compared glgemm with the cblas_sgemm function and the results weren't the same.
I made a few tests:
All the tests were made in Linux with Ubuntu 14.04.
The text was updated successfully, but these errors were encountered: