Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error training network on voc 2012 #31

Open
yuexiangli opened this issue May 26, 2016 · 1 comment
Open

Error training network on voc 2012 #31

yuexiangli opened this issue May 26, 2016 · 1 comment

Comments

@yuexiangli
Copy link

Hi there

I run the 'fcnTrain' on VOC 2012 dataset, but the matlab comes with an error saying this:

Error using  ' 
Transpose on ND array is not defined. Use PERMUTE instead.

Error in vl_argparse (line 76)
    values = horzcat(values, struct2cell(args{ai})') ;

Error in cnn_train_dag (line 31)
opts = vl_argparse(opts, varargin) ;

Error in fcnTrain (line 98)
info = cnn_train_dag(net, imdb, getBatchWrapper(bopts), ...

Anyone knows what happened with the code or anything missing in my computer setting?

Regards,
Vic

@HLinn
Copy link

HLinn commented May 30, 2016

there is a solution. #23 @newvic2008

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants