Demos

Visual Control #

  • Initial visual expansion depth of modules to keep the initial graph small and ready for selective expansion
  • Show/hide non-gradient (constant) nodes
  • Show module attribute names in node labels

Forced Module Tracing up to a Depth #

By default PyTorch standard or inbuilt modules' internals aren't traced. Use this flag to force trace all modules (including standard PyTorch modules) up to a desired depth

Error Handling #

Demonstrations of how TorchVista handles models that encounter runtime errors

Complex Input & Output #

Models with atypical input/output objects and unusual structures
  • Complex input and output
  • Use dict key path if tensors are passed/returned in dicts

Unusual Situations #

Some unusual situations