ptrendx commented on a change in pull request #14728: [MXNET-1386] fix for
shape mismatch
URL: https://github.com/apache/incubator-mxnet/pull/14728#discussion_r297423625
##########
File path: src/executor/graph_executor.cc
##########
@@ -842,7 +856,7 @@ void GraphExecutor::Init(nnvm::Symbol symbol,
g.GetAttr<StorageTypeVector>("storage_type"),
in_arg_ctxes, arg_grad_ctxes, aux_state_ctxes,
grad_req_types, shared_arg_names, shared_exec,
- shared_buffer, in_arg_vec, arg_grad_vec, aux_state_vec);
+ shared_buffer, in_names, in_arg_vec, arg_grad_vec,
aux_state_vec);
Review comment:
It should be added to both InitArguments functions, right?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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