solin319

Results 3 comments of solin319

In the file "maskrcnn_train_end2end.py". Change the max shape code to ``` max_data_shape = [('data', (1, 3, max([v[0] for v in config.SCALES]), max([v[1] for v in config.SCALES])))] max_data_shape, max_label_shape = train_data.infer_shape(max_data_shape)...

The interface of _update_params_on_kvstore was changed in MXNet-0.11 version. You can add a argument 'self._exec_group.param_names' when called. ``` def update(self): """Updates parameters according to the installed optimizer and the gradients...

I meet the same problem and have no idea at this time.