Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

tbug

debug tensors across different runs and projects

example

simple example

install

git clone https://github.com/dnbt777/tbug/

usage

logging

you must first log the tensors during a run. to do this, add the following to your code:

import tdiff

...


tdiff.capture(tensor, name="section_name.child_name", project="project_name_or_run_id_here")

you (probably) need to disable compilation for this to work (i.e. jit if in jax, or pytorch.compile if using pytorch)

analysis

see simple_analysis_example.ipynb

About

debug tensors across different runs and projects

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages