vlfeat / matconvnet

MatConvNet: CNNs for MATLAB
Other
1.4k stars 752 forks source link

Have trouble compiling MatConvNet #1265

Open libbylyu opened 1 year ago

libbylyu commented 1 year ago

Hi everyone,

I have trouble compiling MatConvNet. My computer is a Macbook with Apple Silicon M2, so my Matlab's architecture 'maca64' is not supported by MatConvNet(version 1.0-beta25).

Here is what I have when I ran compilenn:

addpath matlab vl_compilenn Error using vl_compilenn>check_compability Unsupported architecture 'maca64'.

Error in vl_compilenn (line 197) check_compability(arch);

What could I do to figure it out? (MatConvNet is required for my homework...Please)

Best, Libby