You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@singa.apache.org by GitBox <gi...@apache.org> on 2020/08/11 08:57:58 UTC

[GitHub] [singa] XJDKC commented on pull request #110: SINGA-115 - Print layer debug information in the neural net graph file

XJDKC commented on pull request #110:
URL: https://github.com/apache/singa/pull/110#issuecomment-671822400


   > Why this tool is removed in the later version of Singa? I think this tool might be very useful.
   > 
   > Is there any way to visualize the computation graph in the latest version of Singa?
   
   Hi, I'm sorry I don't know why we remove this tool but I know how to visualize the graph. There is a function in [scheduler.cc](https://github.com/apache/singa/blob/dev/src/core/scheduler/scheduler.cc#L116) which can be used to print the graph info. If we want to visualize the graph, we can use this function to obtain the structure info of the neural network and then use some python library(e.g. matplotlib and networkx) to achieve that.


----------------------------------------------------------------
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:
users@infra.apache.org