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/half_precision_analysis.py
examples/cifar/inspect_factors.py
examples/cifar/pipeline.py
examples/cifar/train.py
examples/dailymail/__init__.py
examples/dailymail/analyze.py
examples/dailymail/inspect_examples.py
examples/dailymail/pipeline.py
examples/dailymail/train.py
examples/glue/__init__.py
examples/glue/analyze.py
examples/glue/evaluate_lds.py
examples/glue/half_precision_analysis.py
examples/glue/pipeline.py
examples/glue/run_counterfactual.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/openwebtext/__init__.py
examples/openwebtext/compute_scores.py
examples/openwebtext/fit_factors.py
examples/openwebtext/generate.py
examples/openwebtext/inpsect_factors.py
examples/openwebtext/inspect_scores.py
examples/openwebtext/pipeline.py
examples/openwebtext/task.py
examples/swag/__init__.py
examples/swag/analyze.py
examples/swag/evaluate_lds.py
examples/swag/influence_analysis.py
examples/swag/pipeline.py
examples/swag/train.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/half_precision_analysis.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/module/tracker/__init__.py
kronfluence/module/tracker/base.py
kronfluence/module/tracker/factor.py
kronfluence/module/tracker/gradient.py
kronfluence/module/tracker/pairwise_score.py
kronfluence/module/tracker/precondition.py
kronfluence/module/tracker/self_score.py
kronfluence/score/__init__.py
kronfluence/score/dot_product.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/model.py
kronfluence/utils/save.py
kronfluence/utils/state.py
kronfluence/utils/common/__init__.py
kronfluence/utils/common/factor_arguments.py
kronfluence/utils/common/score_arguments.py
tests/__init__.py
tests/test_analyzer.py
tests/test_dataset_utils.py
tests/test_testable_tasks.py
tests/utils.py
tests/factors/__init__.py
tests/factors/test_covariances.py
tests/factors/test_eigendecompositions.py
tests/factors/test_lambdas.py
tests/gpu_tests/__init__.py
tests/gpu_tests/amp_test.py
tests/gpu_tests/compile_test.py
tests/gpu_tests/cpu_test.py
tests/gpu_tests/ddp_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/modules/__init__.py
tests/modules/test_matmul.py
tests/modules/test_modules.py
tests/modules/test_per_sample_gradients.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/multiple_choice.py
tests/testable_tasks/regression.py
tests/testable_tasks/text_classification.py