vandanavk commented on a change in pull request #12137: [MXNET-696] Fix
undefined name errors
URL: https://github.com/apache/incubator-mxnet/pull/12137#discussion_r209709514
##########
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:
Submitted the incorrect version of commit for this change alone. Will submit
it as a separate pull request. Figuring out how to convey installation
instructions for memonger (https://github.com/dmlc/mxnet-memonger/issues/4) to
the user.
----------------------------------------------------------------
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