LICENSE
README.md
pyproject.toml
monitorch/__init__.py
monitorch.egg-info/PKG-INFO
monitorch.egg-info/SOURCES.txt
monitorch.egg-info/dependency_links.txt
monitorch.egg-info/requires.txt
monitorch.egg-info/top_level.txt
monitorch/gatherer/__init__.py
monitorch/gatherer/abstract_gatherer.py
monitorch/gatherer/backward_gatherer.py
monitorch/gatherer/call_parameter_gatherer.py
monitorch/gatherer/epoch_module_gatherer.py
monitorch/gatherer/feed_forward_gatherer.py
monitorch/gatherer/optimizer_step_parameter_gatherer.py
monitorch/gatherer/parameter_gradient_gatherer.py
monitorch/inspector/PyTorchInspector.py
monitorch/inspector/__init__.py
monitorch/inspector/inspector_state.py
monitorch/lens/__init__.py
monitorch/lens/abstract_lens.py
monitorch/lens/loss_metrics.py
monitorch/lens/module_distinction.py
monitorch/lens/output_activation.py
monitorch/lens/output_gradient_geometry.py
monitorch/lens/output_norm.py
monitorch/lens/parameter_gradient_activation.py
monitorch/lens/parameter_gradient_geometry.py
monitorch/lens/parameter_norm.py
monitorch/lens/parameter_update_geometry.py
monitorch/numerical/__init__.py
monitorch/numerical/activation_computation.py
monitorch/numerical/geometry_computation.py
monitorch/numerical/running_value.py
monitorch/preprocessor/ExplicitCall.py
monitorch/preprocessor/__init__.py
monitorch/preprocessor/abstract/__init__.py
monitorch/preprocessor/abstract/abstract_backward_preprocessor.py
monitorch/preprocessor/abstract/abstract_forward_preprocessor.py
monitorch/preprocessor/abstract/abstract_module_preprocessor.py
monitorch/preprocessor/abstract/abstract_preprocessor.py
monitorch/preprocessor/abstract/abstract_tensor_preprocessor.py
monitorch/preprocessor/gradient/__init__.py
monitorch/preprocessor/gradient/gradient_activation.py
monitorch/preprocessor/gradient/gradient_geometry.py
monitorch/preprocessor/gradient/output_gradient_geometry.py
monitorch/preprocessor/output/__init__.py
monitorch/preprocessor/output/loss_module.py
monitorch/preprocessor/output/output_activation.py
monitorch/preprocessor/output/output_norm.py
monitorch/preprocessor/parameter/__init__.py
monitorch/preprocessor/parameter/parameter_difference_geometry.py
monitorch/preprocessor/parameter/parameter_norm.py
monitorch/visualizer/AbstractVisualizer.py
monitorch/visualizer/MatplotlibVisualizer.py
monitorch/visualizer/PrintVisualizer.py
monitorch/visualizer/RecorderPlayerVisualizer.py
monitorch/visualizer/TensorBoardVisualizer.py
monitorch/visualizer/__init__.py