karan6181 commented on a change in pull request #14587: [MXNET-1344, 1346][FIT 
API] Retrieve Batch size and Logging verbose support for Gluon fit() API
URL: https://github.com/apache/incubator-mxnet/pull/14587#discussion_r272406229
 
 

 ##########
 File path: tests/python/unittest/test_gluon_estimator.py
 ##########
 @@ -260,7 +251,8 @@ def test_context():
                     loss=loss,
                     metrics=metrics)
     # input list of context
-    ctx = [mx.gpu(0), mx.gpu(1)]
+    ctx = [mx.cpu() for _ in range(2)]
 
 Review comment:
   Done. Thanks!

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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