gigasquid opened a new issue #13701: Improve Visualization in the Clojure 
package
URL: https://github.com/apache/incubator-mxnet/issues/13701
 
 
   Currently there is visualization namespace that uses graph-viz . 
   
   
https://github.com/apache/incubator-mxnet/blob/master/contrib/clojure-package/examples/visualization/src/visualization/core.cljThis
 still has some bugs that prevent it from working properly. 
   
   There are better solutions out there for graphing that the we can leverage. 
In particular the vega library has some really nice options:
   
   https://vega.github.io/vega/examples/tree-layout/
   
   and we can use it with https://github.com/metasoarous/oz
   
   - This issue would be to investigate options and see if we can use them to 
improve the visualization of networks.

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