wkcn edited a comment on issue #11897: why fixed_param_names in module have no use URL: https://github.com/apache/incubator-mxnet/issues/11897#issuecomment-408300785 @lmmcc The function `mxnet.model.load_checkpoint` will return symbol, arg_params, aux_params You could change `arg_params`, e.g. `arg_params['fc7_weight'] = mx.random.normal(0, 0.01, (input_size, num_classes))` Then pass `arg_params` and `aux_params` as the parameters of `model.fit`
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
