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_r297423799
##########
File path: src/executor/graph_executor.cc
##########
@@ -1887,6 +1901,9 @@ Executor *Executor::SimpleBind(nnvm::Symbol symbol,
std::vector<NDArray>* aux_states,
std::unordered_map<std::string, NDArray>*
shared_buffer,
Executor* shared_exec) {
+ // get input names from original symbol to use in returning shapes in same
order
+ std::vector<std::string> in_names =
symbol.ListInputNames(nnvm::Symbol::kAll);
+
Review comment:
What about Bind flow?
----------------------------------------------------------------
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