vlfeat / matconvnet

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

Make vl_setupnn more transparent to mcc #1256

Closed tstenner closed 1 year ago

tstenner commented 2 years ago

The Matlab compiler (mcc) can be used to bundle matlab applications and all found dependencies. I tried to compile eeglab and had some problems bundling matconvnet without just including the entire folder.

With the proposed changes, the mcc can vl_setupnn discover more of matconvnet, especially the mex-files for the target platform.