ThomasDelteil 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_r230840466
 
 

 ##########
 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:
   We could but that's beyond the scope of re-enabling the tutorials tests. I 
added the fixed-size attribute because there were warnings generated from 
graphviz

----------------------------------------------------------------
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