sxjscience commented on issue #7233: assert size eq between shared_module.execs and context URL: https://github.com/apache/incubator-mxnet/pull/7233#issuecomment-335067795 @formath We should be able to share the parameters even if the batch_size is different. In fact, in my usage case, I have one Module that's built on 2 GPUs for training. I want to create another shared module that only uses 1 GPU for testing. In this case, `len(shared_group.execs)=2` and `len(self._context)=1` ---------------------------------------------------------------- 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
