szagoruyko / pytorchviz

A small package to create visualizations of PyTorch execution graphs
MIT License
3.24k stars 279 forks source link

Pytorchviz with detectron2 #78

Closed xvrfcsxul closed 1 year ago

xvrfcsxul commented 1 year ago

Hey! Is there any possible way to use Pytorchviz with sidepackages based on pytorch? For example - I need to visualize Detectron2 algorithm and I thought about using this amazing package of yours.