You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @nithchin , sorry that it's not well documented.
The network diagrams are made with the program graph-nnet.py in the tools directory. It expects to find a text file named net.txt in the current directory that contains one neural net in mnemonic format. You can copy a net from the simulator's stdout stream and paste it into net.txt. It's the format that looks like this:
The output will be a .svg file in the current directory. I believe (untested) you can change the output filename in graph-nnet.py to create .png, or .ps files if you prefer.
How do I obtain the graph of the neural network connections?
The text was updated successfully, but these errors were encountered: