-
Notifications
You must be signed in to change notification settings - Fork 285
Open
Description
I'm trying to use pytorchviz to visualize a simple neural net trained with pytorch. I used the following code
make_dot(torch.from_numpy(pred), params=dict(model.named_parameters()), show_attrs=True, show_saved=True).render("my_model_viz.png")
.
I confirmed that I'm able to get pred
properly through the training and prediction pipelines. I see my_model_viz.png
, but when I try to open it, I'm not able to see the visualization. Can someone please help me resolve this issue
Metadata
Metadata
Assignees
Labels
No labels