Skip to content

georgepar/pudb-torch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple pytorch integration with pudb

This is a simple stringifier viewing tensor attributes when debugging pytorch code with pudb. It shows tensor shapes, devices and trainable parameters for modules.

A simple example of the usage is shown below (notice the tensors and modules in the Variables pane)

Alt text

Notice the tensors and network layers are presented with accompanying debugging information.

How to install

Follow the instructions in the example stringifier to install.

About

Debug PyTorch with pudb

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages