You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by gi...@git.apache.org on 2017/08/02 22:24:21 UTC

[GitHub] eric-haibin-lin commented on a change in pull request #7318: reduce model zoo test size

eric-haibin-lin commented on a change in pull request #7318: reduce model zoo test size
URL: https://github.com/apache/incubator-mxnet/pull/7318#discussion_r131012612
 
 

 ##########
 File path: tests/python/unittest/test_gluon_model_zoo.py
 ##########
 @@ -43,11 +46,11 @@ def test_models():
     for model_name in all_models:
         test_pretrain = model_name in pretrained_to_test
         model = get_model(model_name, pretrained=test_pretrain)
-        data_shape = (7, 3, 224, 224) if 'inception' not in model_name else (7, 3, 299, 299)
-        print(model)
+        data_shape = (2, 3, 224, 224) if 'inception' not in model_name else (2, 3, 299, 299)
+        eprint('testing forward for %s'%model_name)
 
 Review comment:
   is the print still necessary?
 
----------------------------------------------------------------
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