.coveragerc
.gitignore
CONTRIBUTING.md
README.md
customize.py
pyproject.toml
requirements-dev.txt
requirements-ml.txt
requirements.txt
setup.cfg
setup.py
.github/ISSUE_TEMPLATE/bug-report.yml
.github/workflows/CI.template
.github/workflows/CI.yml
.github/workflows/publish.yml
astra/__init__.py
astra/_version.py
astra/torch/__init__.py
astra/torch/data.py
astra/torch/models.py
astra/torch/utils.py
astra/torch/al/README.md
astra/torch/al/__init__.py
astra/torch/al/errors.py
astra/torch/al/acquisitions/__init__.py
astra/torch/al/acquisitions/base.py
astra/torch/al/acquisitions/uniform_random.py
astra/torch/al/strategies/__init__.py
astra/torch/al/strategies/base.py
astra/torch/al/strategies/deterministic.py
astra/torch/al/strategies/diversity.py
astra/torch/al/strategies/ensemble.py
astra/torch/al/strategies/mc.py
astra/torch/al/strategies/random.py
astra_lib.egg-info/PKG-INFO
astra_lib.egg-info/SOURCES.txt
astra_lib.egg-info/dependency_links.txt
astra_lib.egg-info/requires.txt
astra_lib.egg-info/top_level.txt
notebooks/al/basic_example.ipynb
sandbox/sandbox.ipynb
tests/__init__.py
tests/torch/test_data.py
tests/torch/test_models.py
tests/torch/test_utils.py
tests/torch/acquisitions/test_common.py
tests/torch/acquisitions/test_uniform_random.py