Closed why21 closed 6 years ago
Hi, I encountered an error problem when I run the 'train_id_net_res_market_new.m' file. The error displayed that " Error using vl_argparse (line 128) Unknown parameter 'averageImage'
Error in vl_argparse (line 97) opts = vl_argparse(opts, vertcat(params,values), varargin{:}) ;
Error in cnn_train_dag (line 47) opts = vl_argparse(opts, varargin) ;
Error in train_id_net_res_market_K_1 (line 37) [net,info] = cnn_train_dag(net, imdb, @getBatch,opts) ;"
Could you tell me how to fix it in your spare time? Thanks again for your kindness.
You may check two places.
Hope it can help you.
I've solved my problem. Thank you for you reply.
Hi, I encountered an error problem when I run the 'train_id_net_res_market_new.m' file. The error displayed that " Error using vl_argparse (line 128) Unknown parameter 'averageImage'
Error in vl_argparse (line 97) opts = vl_argparse(opts, vertcat(params,values), varargin{:}) ;
Error in cnn_train_dag (line 47) opts = vl_argparse(opts, varargin) ;
Error in train_id_net_res_market_K_1 (line 37) [net,info] = cnn_train_dag(net, imdb, @getBatch,opts) ;"
Could you tell me how to fix it in your spare time? Thanks again for your kindness.