This is an automated email from the ASF dual-hosted git repository.

jxie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git


The following commit(s) were added to refs/heads/master by this push:
     new ef383c2  disable vgg-16 resnet converter check (#7369)
ef383c2 is described below

commit ef383c28bd4fdd69b2a489bb51c86dcc73b7b104
Author: Joshua Z. Zhang <cheungc...@gmail.com>
AuthorDate: Mon Aug 7 13:43:20 2017 -0700

    disable vgg-16 resnet converter check (#7369)
---
 tools/caffe_converter/test_converter.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/caffe_converter/test_converter.py 
b/tools/caffe_converter/test_converter.py
index c7eb86b..7572d29 100644
--- a/tools/caffe_converter/test_converter.py
+++ b/tools/caffe_converter/test_converter.py
@@ -78,7 +78,7 @@ def main():
         assert gpus, 'At least one GPU is needed to run test_converter in GPU 
mode'
         batch_size = 32 * len(gpus)
 
-    models = ['bvlc_googlenet', 'vgg-16', 'resnet-50']
+    models = ['bvlc_googlenet']
 
     val = download_data()
     for m in models:

-- 
To stop receiving notification emails like this one, please contact
['"comm...@mxnet.apache.org" <comm...@mxnet.apache.org>'].

Reply via email to