larroy commented on a change in pull request #11947: [MXNET-769] Usability
improvements to windows builds
URL: https://github.com/apache/incubator-mxnet/pull/11947#discussion_r207519535
##########
File path: tests/python/gpu/test_forward.py
##########
@@ -24,11 +24,13 @@
sys.path.insert(0, os.path.join(curr_path, '../unittest'))
from common import setup_module, with_seed, teardown
from mxnet.gluon import utils
+import tarfile
def _get_model():
if not os.path.exists('model/Inception-7-symbol.json'):
- download('http://data.mxnet.io/models/imagenet/inception-v3.tar.gz',
dirname='model')
Review comment:
it works as expected, tar is not available on windows. The test would fail
otherwise.
----------------------------------------------------------------
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