vlfeat / autonn

A fast and expressive Matlab/MatConvNet deep learning API, with native automatic differentiation
89 stars 35 forks source link

Does it lost the function 'vl_argparse'? #47

Closed MeredithChai closed 5 years ago

MeredithChai commented 5 years ago

When I clone this prj and try to test an Input() function, at Line 37 in 'matlab\Input.m', it calls the subfunction named 'vl_argparse' and it figures out that the function is undefined. The similar function 'vl_argparsepos' (and the other parts) also has such a problem! So i guess maybe u forget pushing it sometime? :)

jotaf98 commented 5 years ago

Hi, those functions should be a part of MatConvNet, although they're relatively recent. Can you check which version you have, and whether it's the latest?

MeredithChai commented 5 years ago

Thx, problems are solved.