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
thank you a lot for sharing your project.
Did you also tried to compile it under Mac Os X (particularly Yosemite)?
And in your readme file under Linux compilation stays: Copy the settings file "MatlabRoot"/bin/mexopts.sh to ~/.matlab/"MatlabVersion". Should I copy this file in matlab directory in ConvNet and rename it to eg. MATLAB_R2015a without extension?
Thank you in advance,
Oleksandr Vorobiov
The text was updated successfully, but these errors were encountered:
I have compiled it on Mac OS once, but it was long time ago. No, you don't need to copy it to ConvNet folder. This is a file with compiler settings. It is not project-specific. If your version is R2015a, you need to copy it to ~/.matlab/R2015a - a folder with Matlab settings for a particular user.
thank you for the answer. It did work for CPU compilation with g++ (gcc) but not with default Mac OS clung++ compiler (because of <omp.h>). I did not try the GPU version yet - I am waiting for the external GPU. I will write the results after.
Hi Sergey,
thank you a lot for sharing your project.
Did you also tried to compile it under Mac Os X (particularly Yosemite)?
And in your readme file under Linux compilation stays: Copy the settings file "MatlabRoot"/bin/mexopts.sh to ~/.matlab/"MatlabVersion". Should I copy this file in matlab directory in ConvNet and rename it to eg. MATLAB_R2015a without extension?
Thank you in advance,
Oleksandr Vorobiov
The text was updated successfully, but these errors were encountered: