from torchviz import make_dot make_dot(yhat, params=dict(list(model.named_parameters()))).render("rnn_torchviz", format="png")