LICENSE
README.md
pyproject.toml
setup.py
examples/__init__.py
examples/cifar/__init__.py
examples/cifar/analyze.py
examples/cifar/detect_mislabeled_dataset.py
examples/cifar/pipeline.py
examples/cifar/train.py
examples/glue/__init__.py
examples/glue/analyze.py
examples/glue/pipeline.py
examples/glue/query_batching_analysis.py
examples/glue/train.py
examples/imagenet/__init__.py
examples/imagenet/analyze.py
examples/imagenet/ddp_analyze.py
examples/imagenet/pipeline.py
examples/imagenet/query_batching_analysis.py
examples/uci/__init__.py
examples/uci/analyze.py
examples/uci/pipeline.py
examples/uci/train.py
examples/wikitext/__init__.py
examples/wikitext/analyze.py
examples/wikitext/evaluate_lds.py
examples/wikitext/pipeline.py
examples/wikitext/run_counterfactual.py
examples/wikitext/train.py
kronfluence/__init__.py
kronfluence/analyzer.py
kronfluence/arguments.py
kronfluence/task.py
kronfluence/version.py
kronfluence.egg-info/PKG-INFO
kronfluence.egg-info/SOURCES.txt
kronfluence.egg-info/dependency_links.txt
kronfluence.egg-info/requires.txt
kronfluence.egg-info/top_level.txt
kronfluence/computer/__init__.py
kronfluence/computer/computer.py
kronfluence/computer/factor_computer.py
kronfluence/computer/score_computer.py
kronfluence/factor/__init__.py
kronfluence/factor/config.py
kronfluence/factor/covariance.py
kronfluence/factor/eigen.py
kronfluence/module/__init__.py
kronfluence/module/conv2d.py
kronfluence/module/linear.py
kronfluence/module/tracked_module.py
kronfluence/module/utils.py
kronfluence/score/__init__.py
kronfluence/score/pairwise.py
kronfluence/score/self.py
kronfluence/utils/__init__.py
kronfluence/utils/constants.py
kronfluence/utils/dataset.py
kronfluence/utils/exceptions.py
kronfluence/utils/logger.py
kronfluence/utils/save.py
kronfluence/utils/state.py
tests/__init__.py
tests/test_analyzer.py
tests/test_dataset_utils.py
tests/test_modules.py
tests/test_per_sample_gradients.py
tests/test_regression.py
tests/test_testable_tasks.py
tests/utils.py
tests/factors/__init__.py
tests/factors/test_covariances.py
tests/factors/test_eigens.py
tests/gpu_tests/__init__.py
tests/gpu_tests/compile_test.py
tests/gpu_tests/cpu_test.py
tests/gpu_tests/ddp_test.py
tests/gpu_tests/ddp_variation_test.py
tests/gpu_tests/fsdp_test.py
tests/gpu_tests/pipeline.py
tests/gpu_tests/prepare_tests.py
tests/gpu_tests/test_offload_cpu.py
tests/scores/__init__.py
tests/scores/test_pairwise_scores.py
tests/scores/test_self_scores.py
tests/testable_tasks/__init__.py
tests/testable_tasks/classification.py
tests/testable_tasks/language_modeling.py
tests/testable_tasks/regression.py
tests/testable_tasks/text_classification.py