---------------------------------------------------------------------------
MXNetError                                Traceback (most recent call last)
<ipython-input-21-3fdb8d0501c5> in <module>()
      5     kvstore            = None,
      6     batch_end_callback = batch_end_callback,
----> 7     epoch_end_callback = None)
/home/jakob/miniconda2/envs/ml-software/lib/python3.5/site-packages/mxnet-0.7.0-py3.5.egg/mxnet/model.py in fit(self, X, y, eval_data, eval_metric, epoch_end_callback, batch_end_callback, kvstore, logger, work_load_list, monitor, eval_batch_end_callback)
    744 
    745         arg_names, param_names, aux_names = \
--> 746                 self._init_params(dict(data.provide_data+data.provide_label))
    747 
    748         # setup metric
/home/jakob/miniconda2/envs/ml-software/lib/python3.5/site-packages/mxnet-0.7.0-py3.5.egg/mxnet/model.py in _init_params(self, input_shapes, overwrite)
    484     def _init_params(self, input_shapes, overwrite=False):
    485         """Initialize weight parameters and auxiliary states"""
--> 486         arg_shapes, _, aux_shapes = self.symbol.infer_shape(**input_shapes)
    487         assert(arg_shapes is not None)
    488 
/home/jakob/miniconda2/envs/ml-software/lib/python3.5/site-packages/mxnet-0.7.0-py3.5.egg/mxnet/symbol.py in infer_shape(self, *args, **kwargs)
    451             The order is in the same order as list_auxiliary()
    452         """
--> 453         return self._infer_shape_impl(False, *args, **kwargs)
    454 
    455     def infer_shape_partial(self, *args, **kwargs):
/home/jakob/miniconda2/envs/ml-software/lib/python3.5/site-packages/mxnet-0.7.0-py3.5.egg/mxnet/symbol.py in _infer_shape_impl(self, partial, *args, **kwargs)
    511             ctypes.byref(aux_shape_ndim),
    512             ctypes.byref(aux_shape_data),
--> 513             ctypes.byref(complete)))
    514         if complete.value != 0:
    515             arg_shapes = [
/home/jakob/miniconda2/envs/ml-software/lib/python3.5/site-packages/mxnet-0.7.0-py3.5.egg/mxnet/base.py in check_call(ret)
     75     """
     76     if ret != 0:
---> 77         raise MXNetError(py_str(_LIB.MXGetLastError()))
     78 
     79 def c_str(string):
MXNetError: [02:14:07] src/symbol/symbol.cc:155: Symbol.InferShapeKeyword argument name softmax_label not found.
Candidate arguments:
	[0]data
	[1]fc1_weight
	[2]fc1_bias
	[3]fc2_weight
	[4]fc2_bias
	[5]fc3_weight
	[6]fc3_bias
	[7]mlp_label