Any way to visualize the backprop model?

You can visualize a model using tensorboardX by using add_graph. Is there a way to visualize the model in back-prop mode (for lack of a better term)?