-
Notifications
You must be signed in to change notification settings - Fork 91
New issue
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
Some error i meet when i make mnist #23
Comments
Hello, can you provide more details about the error message? |
i fix this error after fixing tbb. thanks |
Can you provide more information in how you fixed tbb? I am getting this error as well as /usr/bin/ld: cannot find -lmkl_rt |
Hello, have you installed intel mkl? and make sure it is in the system path. |
I have already fixed the issue, thank you. |
Hi, |
Hi Amirinezhad, I fixed this issue by installing mkl with sudo. The first time I did it was without sudo and the directory it installed was the correct one. |
Yes, it works! |
hi, when i make your latest version code, i meet an error
Makefile:21: recipe for target 'build/mnist' failed
make: *** [build/mnist] Error 1
can you tell tell me how to fix this? Thanks.
The text was updated successfully, but these errors were encountered: