zhreshold commented on a change in pull request #9539: Update 
test_gluon_model_zoo.py
URL: https://github.com/apache/incubator-mxnet/pull/9539#discussion_r163453608
 
 

 ##########
 File path: tests/python/unittest/test_gluon_model_zoo.py
 ##########
 @@ -35,7 +35,7 @@ def test_models():
     pretrained_to_test = set(['squeezenet1.1'])
 
     for model_name in all_models:
-        test_pretrain = True #model_name in pretrained_to_test
+        test_pretrain = model_name in pretrained_to_test
 
 Review comment:
   I though you deliberately required all models to be tested.

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to