sxjscience commented on issue #7233: assert size eq between shared_module.execs and context URL: https://github.com/apache/incubator-mxnet/pull/7233#issuecomment-333043666 @formath There's the case that `len(shared_group.execs) > len(self._context)`, which should also be valid. So we need to change the assertion to `len(shared_group.execs) >= len(self._context)`. ---------------------------------------------------------------- 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
