You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2018/08/13 18:21:35 UTC

[GitHub] vandanavk commented on a change in pull request #12137: [MXNET-696] Fix undefined name errors

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:
users@infra.apache.org


With regards,
Apache Git Services