thomelane commented on a change in pull request #15343: Revise Symbol tutorial
URL: https://github.com/apache/incubator-mxnet/pull/15343#discussion_r297299450
 
 

 ##########
 File path: docs/tutorials/basic/symbol.md
 ##########
 @@ -349,7 +296,8 @@ print('number of outputs = %d\nthe first output = \n%s' % (
 
 We can evaluate the same symbol on GPU with different data.
 
-**Note** In order to execute the following section on a cpu set gpu_device to 
mx.cpu().
+**Note** In order to execute the following section on a cpu set `gpu_device` 
to `mx.cpu()`.
 
 Review comment:
   Make automatic. I don't know how this tutorial passes in CI? Aren't all 
tutorials tested on CPU too?

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to