LICENSE
MANIFEST.in
README.md
setup.cfg
setup.py
autoalbument/__init__.py
autoalbument/search_interface.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/albumentations_pytorch/__init__.py
autoalbument/albumentations_pytorch/affine.py
autoalbument/albumentations_pytorch/functional.py
autoalbument/albumentations_pytorch/utils.py
autoalbument/callbacks/__init__.py
autoalbument/callbacks/monitor_average_parameter_change.py
autoalbument/callbacks/save_policy.py
autoalbument/cli/__init__.py
autoalbument/cli/create.py
autoalbument/cli/migrate.py
autoalbument/cli/search.py
autoalbument/cli/conf/__init__.py
autoalbument/cli/conf/_version.yaml
autoalbument/cli/conf/config.yaml
autoalbument/cli/conf/seed.yaml
autoalbument/cli/conf/task.yaml
autoalbument/cli/conf/callbacks/default.yaml
autoalbument/cli/conf/classification_model/default.yaml
autoalbument/cli/conf/data/default.yaml
autoalbument/cli/conf/hydra/default.yaml
autoalbument/cli/conf/logger/default.yaml
autoalbument/cli/conf/optim/default.yaml
autoalbument/cli/conf/policy_model/default.yaml
autoalbument/cli/conf/searcher/default.yaml
autoalbument/cli/conf/semantic_segmentation_model/default.yaml
autoalbument/cli/conf/trainer/default.yaml
autoalbument/cli/lib/__init__.py
autoalbument/cli/lib/config_builder.py
autoalbument/cli/lib/migrations.py
autoalbument/cli/lib/yaml.py
autoalbument/cli/resources/classification_dataset.py.tmpl
autoalbument/cli/resources/semantic_segmentation_dataset.py.tmpl
autoalbument/cli/resources/short_config_keys.yaml
autoalbument/config/__init__.py
autoalbument/config/validation.py
autoalbument/faster_autoaugment/__init__.py
autoalbument/faster_autoaugment/datamodule.py
autoalbument/faster_autoaugment/search.py
autoalbument/faster_autoaugment/utils.py
autoalbument/faster_autoaugment/models/__init__.py
autoalbument/faster_autoaugment/models/faa_model.py
autoalbument/faster_autoaugment/models/main_model.py
autoalbument/faster_autoaugment/models/policy_model.py
autoalbument/faster_autoaugment/models/policy_operations.py
autoalbument/utils/__init__.py
autoalbument/utils/click.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