sandeep-krishnamurthy commented on a change in pull request #12137: [MXNET-696]
Fix undefined name errors
URL: https://github.com/apache/incubator-mxnet/pull/12137#discussion_r209498946
##########
File path: example/profiler/profiler_executor.py
##########
@@ -84,9 +84,7 @@ def get_symbol():
net = mx.symbol.SoftmaxOutput(data=fc5 , name='softmax')
return net, [('data', (128, 1, 28, 28))], [('softmax_label', (128, ))]
-def get_module(ctx, sym, provide_data, provide_label, batch_size=None,
is_train=True, use_memonger=False):
- if use_memonger:
Review comment:
Why is this condition removed? what happens when use_memonger is True?
----------------------------------------------------------------
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