You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 17, 2023. It is now read-only.
File "fcn_xs.py", line 57, in main
epoch_end_callback = mx.callback.do_checkpoint(fcnxs_model_prefix))
File "solver.py", line 72, in fit
aux_states=self.aux_params)
File "symbol.py", line 718, in bind
args_handle, args = self._get_ndarray_inputs('args', args, listed_arguments, False)
File "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
I come across this error when i try to train the model for fcn32s using VGG_FC_ILSVRC_16_layers as Prefix. I believe the trained model provided for VGG16 does not have 'bigscore_bias'. Can anyone help with this regard ?