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 to execute fcntrain.m #34

Open
HosnaCSE opened this issue Jul 31, 2016 · 1 comment
Open

error to execute fcntrain.m #34

HosnaCSE opened this issue Jul 31, 2016 · 1 comment

Comments

@HosnaCSE
Copy link

Hello,
Does anyone run this code (matconvnet-fcn). I am trying to run this (fcntrain.m) code, but get error at line 99.

% Launch SGD
info = cnn_train_dag(net, imdb, getBatchWrapper(bopts), ...
trainOpts, ....
'train', train, ...
'val', val, ...
opts.train) ;
"opts.train" is always null, I could not understand should I change something??

[Error (first portion):
Error using '
Transpose on ND array is not defined. Use PERMUTE instead.

Error in vl_argparse (line 78)
values = struct2cell(args{ai})' ;]

@JoshuaLPF
Copy link

Hello,
Does anyone run this code (matconvnet-fcn). I am trying to run this (fcntrain.m) code, but get error at line 99.

% Launch SGD
info = cnn_train_dag(net, imdb, getBatchWrapper(bopts), ...
trainOpts, ....
'train', train, ...
'val', val, ...
opts.train) ;
"opts.train" is always null, I could not understand should I change something??

[Error (first portion):
Error using '
Transpose on ND array is not defined. Use PERMUTE instead.

Error in vl_argparse (line 78)
values = struct2cell(args{ai})' ;]

Did you solve this problem? I have the same problem like yours.

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

plz help me. Thanks in advance.

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