ZhennanQin commented on issue #16106: src/executor/graph_executor.cc:1847: 
Check failed: arg_names.size() == in_args_map.size() (2 vs. 1)
URL: 
https://github.com/apache/incubator-mxnet/issues/16106#issuecomment-528710380
 
 
   Hi @adc17 , probably caused by enabling `MKLDNN` subgraph backend by default 
on master. Subgraph assumes that the input variables have unique name, if not, 
the error message you provided will be shown. I don't have the environment to 
run clojure-package, but I guess it's caused by the improper test cases that 
use same name for multiple variables. May I know the case names that failed? 
Then I can have a look for the test to verify my suspect.

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to