sccn / ICLabel

Automatic EEG IC classification plugin for EEGLAB
https://iclabel.ucsd.edu/tutorial
53 stars 19 forks source link

vl_compile_nn should be vl_compilenn #4

Closed behinger closed 4 years ago

behinger commented 4 years ago

afaik exists no function "vl_compile_nn" in matconvnet

lucapton commented 4 years ago

"vl_compile_nn" is part of the matconvnet submodule. Did you add "-recursive" or "-recurse-submodules" when you cloned/forked the repository as described in the readme? If not you'll likely see matconvnet as an empty folder. If that doesn't fix the problem, comment again and we can try to figure it out.

behinger commented 4 years ago

hey, sorry I should have been more verbose: the function vl_compile_nn does not exist in matconvnet, only the function vl_compilenn (without the last subscript) exists. I think this is a small typo only

lucapton commented 4 years ago

Thanks for catching that!