zhreshold commented on a change in pull request #8006: fix example URL: https://github.com/apache/incubator-mxnet/pull/8006#discussion_r140964826
########## File path: example/numpy-ops/custom_softmax.py ########## @@ -16,8 +16,12 @@ # under the License. # pylint: skip-file +import sys import os -from data import mnist_iterator +sys.path.insert(0, "../../python/") Review comment: Is it a better idea to put common dataset in mxnet rather than hacking path to import testing code? At least mxnet.testing or something. ---------------------------------------------------------------- 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
