LICENSE
README.md
pyproject.toml
setup.cfg
src/pytorch_probing/__init__.py
src/pytorch_probing/module_wrapper.py
src/pytorch_probing/parallel_module_dict.py
src/pytorch_probing.egg-info/PKG-INFO
src/pytorch_probing.egg-info/SOURCES.txt
src/pytorch_probing.egg-info/dependency_links.txt
src/pytorch_probing.egg-info/requires.txt
src/pytorch_probing.egg-info/top_level.txt
src/pytorch_probing/collect/__init__.py
src/pytorch_probing/collect/collect.py
src/pytorch_probing/collect/collected_dataset.py
src/pytorch_probing/interceptor/__init__.py
src/pytorch_probing/interceptor/interceptor.py
src/pytorch_probing/interceptor/interceptor_layer.py
src/pytorch_probing/prober/__init__.py
src/pytorch_probing/prober/prober.py
test/test_collect.py
test/test_interceptor.py
test/test_parallel_module_dict.py
test/test_probed.py
test/test_wrapper.py