-
Notifications
You must be signed in to change notification settings - Fork 18.7k
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
Error in make mattest #6270
Comments
Could you try solution proposed in #5642? |
I have the same problem, it bothers me for a long time. Does anyone have a good solution? |
same problem |
@Noiredd Yeah,I tried but it didn't work.But when I change my matlab version from R2016b to R2015b,the problem was solved. |
@Noiredd - Even I tried it, in fact, this issue is coming after that. |
@Noiredd The problem was solved after I used Matlab2016b. I think the matlab interface can' |
@Noiredd 我正在用matlab2016b进行caffe配置,但是过程中出现了一些问题,我想请问一下你的编译过程是怎样的呢 |
I have the same problem.
Environment |
@lawpdas What's your version of CUDA? |
@techping CUDA8.0 and GTX1080 |
Hello everyone, I get the same error even with the changes suggested in #5642 which I also applied in a similar fashion to Solver.m . System Environment Unfortunately, I do not have access to an older Matlab version in order to solve this. Has someone any new ideas, which might help? Error message:
|
The version of MATLAB is too high, and the 2015 and below is a good choice. |
I believe that. But that is unfortunately not an option for me, since I do not have access to an older version. :( |
Any update on this? Even after manually applying 5642, it's not working. |
Please use the caffe-users list for usage, installation, or modeling questions, or other requests for help.
Do not post such requests to Issues. Doing so interferes with the development of Caffe.
Please read the guidelines for contributing before submitting this issue.
Issue summary
I am able to compile the caffe code and able to build it but I am running into the error given below which I am unable to understand. Before that I made changes in Solver.m as given in #5588.
I have attached the crash report below.
Without changing the Solver.m my output is given in the link
Steps to reproduce
If you are having difficulty building Caffe or training a model, please ask the caffe-users mailing list. If you are reporting a build error that seems to be due to a bug in Caffe, please attach your build configuration (either Makefile.config or CMakeCache.txt) and the output of the make (or cmake) command.
Makefile.config :
Your system configuration
Operating system: Ubuntu 16.04
Compiler: gcc - 5.4
CUDA version (if applicable): 9.1
CUDNN version (if applicable): 7
BLAS: Yes
Python or MATLAB version (for pycaffe and matcaffe respectively): Matlab 2017b
The text was updated successfully, but these errors were encountered: