waleedka / hiddenlayer

Neural network graphs and training metrics for PyTorch, Tensorflow, and Keras.
MIT License
1.79k stars 266 forks source link

How should I traverse the graph that is built using hidden layer #54

Open amajee11us opened 5 years ago

amajee11us commented 5 years ago

I would like to traverse the graph generated by hidden layer to investigate the model(any I choose) for architectural changes. How can I do that?

Xuan-Wang-Summer commented 3 years ago

I am also trying to traverse the graph. Have you found any tools or approaches yet?