-
Notifications
You must be signed in to change notification settings - Fork 6.8k
New Issue in FCN-XS example! #1477
Comments
@pluskid Possibly due to the recent executor manager refactor? |
I don't see a connection, it seems the fcn-xs example is not using the
in |
@pluskid I add |
@Rafel-Mou I'm not sure. It says that you are trying to initialize an executor but the variable |
@Rafel-Mou , do you use the original code in fcn-xs example? because big_score only lie in deconvolution operator, and bias is not included by default, so we no name |
@tornadomeet Hi, Mr. OriginalAuthor. :D I use the original code in the example directly and do not make any changes. Formerly I can run the code well, but this error happens after I updated mxnet the day before yesterday... |
@pluskid I'm running from scratch. |
@oh, i see it here: 27a3382 |
@tornadomeet Could you please tell me which part of code that I should change? Thsnks! |
@tornadomeet I get it done! I set |
@Rafel-Mou only need change in deconvolution-inl.h, not convolution. |
@tornadomeet Okay, thank you. :) |
Hi all,
I originally ran the fcn-xs example well, but I met the errors when I updated mxnet this morning. The issue is following:
INFO:root:Namespace(epoch=27, init_type='fcnxs', model='fcn8s', prefix='FCN16s_VGG16', retrain=False)
INFO:root:Start training with gpu(0)
Traceback (most recent call last):
File "fcn_xs.py", line 73, in
main()
File "fcn_xs.py", line 57, in main
epoch_end_callback = mx.callback.do_checkpoint(fcnxs_model_prefix))
File "/home/x/xx/solver.py", line 71, in fit
aux_states=self.aux_params)
File "/home/xxx/mxnet/python/mxnet/symbol.py", line 718, in bind
args_handle, args = self._get_ndarray_inputs('args', args, listed_arguments, False)
File "/home/xxx/mxnet/python/mxnet/symbol.py", line 585, in _get_ndarray_inputs
raise ValueError('Must specify all the arguments in %s' % arg_key)
ValueError: Must specify all the arguments in args
Could anyone please tell me what's wrong with it? Thanks a lot in advance!
The text was updated successfully, but these errors were encountered: