Skip to content

PNG Generation #73

@karkir0003

Description

@karkir0003

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions