LICENSE
MANIFEST.in
README.md
setup.cfg
setup.py
autoalbument/__init__.py
autoalbument.egg-info/PKG-INFO
autoalbument.egg-info/SOURCES.txt
autoalbument.egg-info/dependency_links.txt
autoalbument.egg-info/entry_points.txt
autoalbument.egg-info/requires.txt
autoalbument.egg-info/top_level.txt
autoalbument/cli/__init__.py
autoalbument/cli/create.py
autoalbument/cli/search.py
autoalbument/cli/conf/__init__.py
autoalbument/cli/conf/config.yaml
autoalbument/cli/conf/default.yaml
autoalbument/cli/conf/data/default.yaml
autoalbument/cli/conf/optim/default.yaml
autoalbument/cli/conf/policy_model/default.yaml
autoalbument/cli/conf/semantic_segmentation_model/default.yaml
autoalbument/cli/templates/classification/dataset.py.tmpl
autoalbument/cli/templates/classification/search.yaml.tmpl
autoalbument/cli/templates/classification/search_full.yaml.tmpl
autoalbument/cli/templates/semantic_segmentation/dataset.py.tmpl
autoalbument/cli/templates/semantic_segmentation/search.yaml.tmpl
autoalbument/cli/templates/semantic_segmentation/search_full.yaml.tmpl
autoalbument/config/__init__.py
autoalbument/config/faster_autoaugment.py
autoalbument/config/validation.py
autoalbument/faster_autoaugment/__init__.py
autoalbument/faster_autoaugment/metrics.py
autoalbument/faster_autoaugment/models.py
autoalbument/faster_autoaugment/operations.py
autoalbument/faster_autoaugment/policy.py
autoalbument/faster_autoaugment/search.py
autoalbument/faster_autoaugment/utils.py
autoalbument/faster_autoaugment/albumentations_pytorch/__init__.py
autoalbument/faster_autoaugment/albumentations_pytorch/affine.py
autoalbument/faster_autoaugment/albumentations_pytorch/functional.py
autoalbument/faster_autoaugment/albumentations_pytorch/utils.py
autoalbument/utils/__init__.py
autoalbument/utils/click.py
autoalbument/utils/files.py
autoalbument/utils/hydra.py
autoalbument/utils/templates.py
tests/__init__.py
tests/conftest.py
tests/test_albumentations_pytorch.py
tests/test_faa_search.py
tests/utils.py
tests/configs/classification/__init__.py
tests/configs/classification/dataset.py
tests/configs/classification/expected_policy.json
tests/configs/classification/search.yaml