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/07 17:28:24 UTC

[GitHub] sandeep-krishnamurthy commented on a change in pull request #12037: Fix for undefined variable errors

sandeep-krishnamurthy commented on a change in pull request #12037: Fix for undefined variable errors
URL: https://github.com/apache/incubator-mxnet/pull/12037#discussion_r208317681
 
 

 ##########
 File path: example/sparse/wide_deep/train.py
 ##########
 @@ -17,8 +17,8 @@
 
 import mxnet as mx
 from mxnet.test_utils import *
-from data import *
-from model import *
+import data
 
 Review comment:
   suggested - can we import specific methods.

----------------------------------------------------------------
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