-
Notifications
You must be signed in to change notification settings - Fork 753
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
Does the matconvnet need vl_complienn every time? #217
Comments
Hi, restarting should not affect it unless something serious changes in your configuration. Transferring from another machine may have unpredictable effects. Binary-level compatibility is probably pretty difficult to achieve with CUDA and MATLAB together.
|
@vedaldi Thank you very much ! Maybe the Tesla is double and my PC is single. |
when using the version 1.3, I also meet this matlab carsh problem when matlab is restart. |
Hi, I experienced similar issues as well. I think this happens if the MEX files are linked against a different version of CUDA than the one MATLAB is using (which is common). Indeed initialising with gpuDevice seems to do the trick.
|
@zhimingluo Thank you very much!! |
I don't know why ,
Every time I restarted the computer, or I transfer the hole project from sever . I have to re-complie the matconvnet. If I don't complie the matlab crash.
Is it a bug?
The text was updated successfully, but these errors were encountered: