anirudhacharya commented on a change in pull request #13099: [MXNET-1194] 
Reenable nightly tutorials tests for Python2 and Python3
URL: https://github.com/apache/incubator-mxnet/pull/13099#discussion_r230571537
 
 

 ##########
 File path: docs/tutorials/python/linear-regression.md
 ##########
 @@ -147,7 +147,7 @@ model = mx.mod.Module(
 We can visualize the network we created by plotting it:
 
 ```python
-mx.viz.plot_network(symbol=lro)
+mx.viz.plot_network(symbol=lro, 
node_attrs={"shape":"oval","fixedsize":"false"})
 
 Review comment:
   should we include the `shape` parameter in the `plot_network` statements in 
the tutorials? its pretty useful when building networks and visualizing them.

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


With regards,
Apache Git Services

Reply via email to