xioryu opened a new pull request #8059: Fixed a bug of example/ssd/demo.py URL: https://github.com/apache/incubator-mxnet/pull/8059 Replaced keyword arg _force_nms_ to _force_suppress_ to fix an inconsistent-param error of **MultiBoxDetection** op: ``` ... File "/home/xioryu/mxnet/example/ssd/symbol/symbol_factory.py", line 136, in get_symbol return symbol_builder.import_module(network).get_symbol(**kwargs) TypeError: get_symbol() got an unexpected keyword argument 'force_nms' ``` ---------------------------------------------------------------- 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
