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/09/26 22:09:46 UTC

[GitHub] piyushghai commented on issue #12639: [MXNET-947] Expand scala imclassification example with resnet

piyushghai commented on issue #12639: [MXNET-947] Expand scala imclassification example with resnet
URL: https://github.com/apache/incubator-mxnet/pull/12639#issuecomment-424886143
 
 
   This unittest ```test_gluon.test_import```  failed on this PR with error : 
   
   ```
   ERROR: test_gluon.test_import
   ----------------------------------------------------------------------
   Traceback (most recent call last):
     File "/usr/lib/python3.6/site-packages/nose/case.py", line 198, in runTest
       self.test(*self.arg)
     File "/work/mxnet/tests/python/unittest/common.py", line 172, in test_new
       orig_test(*args, **kwargs)
     File "/work/mxnet/tests/python/unittest/test_gluon.py", line 851, in test_import
       prefix='resnet', ctx=ctx, pretrained=True)
     File "/work/mxnet/python/mxnet/gluon/model_zoo/vision/resnet.py", line 407, in resnet18_v1
       return get_resnet(1, 18, **kwargs)
     File "/work/mxnet/python/mxnet/gluon/model_zoo/vision/resnet.py", line 391, in get_resnet
       root=root), ctx=ctx)
     File "/work/mxnet/python/mxnet/gluon/model_zoo/model_store.py", line 113, in get_model_file
       with zipfile.ZipFile(zip_file_path) as zf:
     File "/usr/lib64/python3.6/zipfile.py", line 1108, in __init__
       self._RealGetContents()
     File "/usr/lib64/python3.6/zipfile.py", line 1175, in _RealGetContents
       raise BadZipFile("File is not a zip file")
   zipfile.BadZipFile: File is not a zip file
   ```
   

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