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!